Incrase max item quantity #9

Merged
bilal.catic merged 4 commits from incrase-max-item-quantity into development 2018-10-01 11:50:54 +02:00
Showing only changes of commit 8477a5ac28 - Show all commits

View File

@@ -273,7 +273,7 @@
$idCustomerInstance = $database->escapeValue($idCustomerInstance);
$quantity = $database->escapeValue($quantity);
if($database->invalidNumber('QUANTITY', $quantity, 1, 100)){
if($database->invalidNumber('QUANTITY', $quantity, 1, 65000)){
$err_mes = [
'code' => 'error',
'message' => 'INVALID_QUANTITY'