Fixing style errors.

This commit is contained in:
stickler-ci 2022-08-24 07:17:51 +00:00
parent 9537fb3808
commit 797f30a2db

View File

@ -58,7 +58,6 @@ if ($action == 'updateselectbatchbywarehouse' && $permissiontoproduce) {
echo json_encode($TRes); echo json_encode($TRes);
exit(); exit();
} elseif ($action == 'updateselectwarehousebybatch' && $permissiontoproduce) { } elseif ($action == 'updateselectwarehousebybatch' && $permissiontoproduce) {
$res = 0; $res = 0;
@ -81,5 +80,4 @@ if ($action == 'updateselectbatchbywarehouse' && $permissiontoproduce) {
echo json_encode($res); echo json_encode($res);
exit(); exit();
} }