FIX missing begin()

This commit is contained in:
atm-lena 2019-10-03 17:23:16 +02:00
parent 4928a999a0
commit ae01bd8f07

View File

@ -3363,6 +3363,8 @@ class CommandeFournisseurLigne extends CommonOrderLine
$error=0;
$this->db->begin();
// Mise a jour ligne en base
$sql = "UPDATE ".MAIN_DB_PREFIX.$this->table_element." SET";
$sql.= " description='".$this->db->escape($this->desc)."'";