Skip to content

Commit

Permalink
FIX : missing object on createInvoiceFromOrder
Browse files Browse the repository at this point in the history
* To create an invoice from order, we must have an order first
Load class as requirment
  • Loading branch information
camlafit committed May 18, 2017
1 parent 2bf1f84 commit 368fb31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions htdocs/webservices/server_invoice.php
Expand Up @@ -30,6 +30,7 @@
require_once DOL_DOCUMENT_ROOT.'/user/class/user.class.php';

require_once DOL_DOCUMENT_ROOT.'/compta/facture/class/facture.class.php';
require_once DOL_DOCUMENT_ROOT.'/commande/class/commande.class.php';


dol_syslog("Call Dolibarr webservices interfaces");
Expand Down

0 comments on commit 368fb31

Please sign in to comment.