Skip to content

Commit

Permalink
Merge pull request #2326 from aaujon/3.6-webservice-order
Browse files Browse the repository at this point in the history
FIXES Webservice : fk_delivery_address not saved
  • Loading branch information
eldy committed Feb 7, 2015
2 parents 6eb0d34 + eb2c5c2 commit d10e28d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions htdocs/webservices/server_order.php
Expand Up @@ -640,6 +640,7 @@ function createOrder($authentication,$order)
$newobject->statut=0; // We start with status draft
$newobject->facturee=$order['facturee'];
$newobject->fk_project=$order['project_id'];
$newObject->fk_delivery_address=$order['fk_delivery_address'];
$newobject->cond_reglement_id=$order['cond_reglement_id'];
$newobject->demand_reason_id=$order['demand_reason_id'];
$newobject->date_creation=$now;
Expand Down

0 comments on commit d10e28d

Please sign in to comment.