Skip to content
Snippets Groups Projects
Commit d7bc52b9 authored by Unknown's avatar Unknown
Browse files

Fixed: Write note into field "note_private" in llx_facture ("note" deprecated)

parent 4be45380
No related branches found
No related tags found
No related merge requests found
......@@ -201,7 +201,7 @@ switch ($action)
$invoice->total_ht=$obj_facturation->prixTotalHt();
$invoice->total_tva=$obj_facturation->montantTva();
$invoice->total_ttc=$obj_facturation->prixTotalTtc();
$invoice->note=$note;
$invoice->note_private=$note;
$invoice->cond_reglement_id=$cond_reglement_id;
$invoice->mode_reglement_id=$mode_reglement_id;
//print "c=".$invoice->cond_reglement_id." m=".$invoice->mode_reglement_id; exit;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment