Skip to content
Snippets Groups Projects
Commit a6a26ec3 authored by Unknown's avatar Unknown Committed by Laurent Destailleur
Browse files

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

parent e8dc517c
No related branches found
No related tags found
No related merge requests found
......@@ -207,7 +207,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