Merge pull request #12031 from atm-lena/8.0_fix_missingbegin

FIX missing begin()
This commit is contained in:
Laurent Destailleur 2019-10-03 17:50:35 +02:00 committed by GitHub
commit 7412335217
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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)."'";