hu 6 mēneši atpakaļ
vecāks
revīzija
c7ccc93692

+ 1 - 1
src/custom/restcontroller/webmanage/sale/item/Item.java

@@ -45,7 +45,7 @@ public class Item extends Controller {
 
         Long itemid = content.getLong("itemid");
         String itemno = content.getString("itemno");
-        boolean isauxunit = content.getBoolean("isauxunit");
+        boolean isauxunit = content.getBooleanValue("isauxunit");
 
         ArrayList<String> sqlList = new ArrayList<>();