Fix: le projet n'tait pas rcupr la cration d'un commande
This commit is contained in:
parent
136bd45f6d
commit
c92b25bd1e
@ -91,7 +91,7 @@ if ($_POST['action'] == 'add' && $user->rights->commande->creer)
|
||||
$commande->date_commande = $datecommande;
|
||||
$commande->note = $_POST['note'];
|
||||
$commande->source = $_POST['source_id'];
|
||||
$commande->projet_id = $_POST['projetid'];
|
||||
$commande->projetid = $_POST['projetid'];
|
||||
$commande->remise_absolue = $_POST['remise_absolue'];
|
||||
$commande->remise_percent = $_POST['remise_percent'];
|
||||
$commande->ref_client = $_POST['ref_client'];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user