Merge branch 'ticket-14739-PackLogistic' into develop
This commit is contained in:
commit
c788138241
@ -1337,7 +1337,7 @@ class AdminImport extends AdminTab
|
|||||||
}
|
}
|
||||||
|
|
||||||
self::array_walk($info, array('AdminImport', 'fillInfo'), $pack);
|
self::array_walk($info, array('AdminImport', 'fillInfo'), $pack);
|
||||||
if (($fieldError = $pack->validateFields(UNFRIENDLY_ERROR, true)) === true && is_int($info['qty']))
|
if (($fieldError = $pack->validateFields(UNFRIENDLY_ERROR, true)) === true && is_numeric($info['qty']))
|
||||||
{
|
{
|
||||||
$res = false;
|
$res = false;
|
||||||
// Is product item in pack
|
// Is product item in pack
|
||||||
|
Loading…
Reference in New Issue
Block a user