increase limit in backend
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user