Merge branch 'develop' of git@github.com:Dolibarr/dolibarr.git into
develop Conflicts: htdocs/compta/facture/class/facture.class.php
This commit is contained in:
commit
d236e21639
@ -5157,7 +5157,7 @@ class FactureLigne extends CommonInvoiceLine
|
|||||||
|
|
||||||
$this->db->begin();
|
$this->db->begin();
|
||||||
|
|
||||||
// Mise a jour ligne en base
|
// Update line in database
|
||||||
$sql = "UPDATE ".MAIN_DB_PREFIX."facturedet SET";
|
$sql = "UPDATE ".MAIN_DB_PREFIX."facturedet SET";
|
||||||
$sql .= " description='".$this->db->escape($this->desc)."'";
|
$sql .= " description='".$this->db->escape($this->desc)."'";
|
||||||
$sql .= ", ref_ext='".$this->db->escape($this->ref_ext)."'";
|
$sql .= ", ref_ext='".$this->db->escape($this->ref_ext)."'";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user