mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 00:52:01 +01:00
Merge pull request #22737 from bomuux/patch-1
BUG: can't update product_price_by_qty
This commit is contained in:
@@ -556,7 +556,7 @@ if (empty($reshook)) {
|
||||
// Ajout / mise à jour
|
||||
if ($rowid > 0) {
|
||||
$sql = "UPDATE ".MAIN_DB_PREFIX."product_price_by_qty SET";
|
||||
$sql .= " price=".((float) $price)."',";
|
||||
$sql .= " price=".((float) $price).",";
|
||||
$sql .= " unitprice=".((float) $unitPrice).",";
|
||||
$sql .= " quantity=".((float) $quantity).",";
|
||||
$sql .= " remise_percent=".((float) $remise_percent).",";
|
||||
|
||||
Reference in New Issue
Block a user