Fix: le projet n'tait pas rcupr la cration d'un commande

This commit is contained in:
Regis Houssin 2006-05-27 13:24:14 +00:00
parent 136bd45f6d
commit c92b25bd1e

View File

@ -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'];