Explorar o código

Merge branch 'master' into dev

shish hai 10 meses
pai
achega
d296e1b1e3
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      biz-ghs/item/classes/ItemClass.php

+ 3 - 0
biz-ghs/item/classes/ItemClass.php

@@ -262,6 +262,9 @@ class ItemClass extends BaseClass
                 if (isset($it['b']) && isset($it['c']) && $it['c'] > $it['b']) {
                     $error[$key] = $it;
                 }
+                if (isset($it['c']) && isset($it['d']) && $it['d'] > $it['c']) {
+                    $error[$key] = $it;
+                }
                 if (isset($it['a']) && isset($it['c']) && $it['c'] > $it['a']) {
                     $error[$key] = $it;
                 }