Fix: Pb utilisation factures recurrentes
This commit is contained in:
parent
293a01aecd
commit
640971635b
@ -2836,6 +2836,10 @@ class FactureLigne
|
|||||||
{
|
{
|
||||||
global $langs;
|
global $langs;
|
||||||
|
|
||||||
|
// Nettoyage parametres
|
||||||
|
if (! $this->subprice) $this->subprice=0;
|
||||||
|
if (! $this->price) $this->price=0;
|
||||||
|
|
||||||
dolibarr_syslog("FactureLigne::Insert rang=".$this->rang, LOG_DEBUG);
|
dolibarr_syslog("FactureLigne::Insert rang=".$this->rang, LOG_DEBUG);
|
||||||
$this->db->begin();
|
$this->db->begin();
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user