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

Fix: Remove warning

parent 854b9df9
Branches
Tags
No related merge requests found
...@@ -553,7 +553,7 @@ class Contrat extends CommonObject ...@@ -553,7 +553,7 @@ class Contrat extends CommonObject
$line->desc = $objp->description; $line->desc = $objp->description;
$line->qty = $objp->qty; $line->qty = $objp->qty;
$line->statut = $objp->statut; $line->statut = $objp->statut;
$line->ref = $objp->ref; $line->ref = '';
$line->tva_tx = $objp->tva_tx; $line->tva_tx = $objp->tva_tx;
$line->localtax1_tx = $objp->localtax1_tx; $line->localtax1_tx = $objp->localtax1_tx;
$line->localtax2_tx = $objp->localtax2_tx; $line->localtax2_tx = $objp->localtax2_tx;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment