hu 5 månader sedan
förälder
incheckning
bd92b21cc8
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      src/custom/restcontroller/webmanage/sale/stockbill/stockbill.java

+ 1 - 1
src/custom/restcontroller/webmanage/sale/stockbill/stockbill.java

@@ -1006,7 +1006,7 @@ public class stockbill extends Controller {
                 Rows stockrows = dbConnect.runSqlQuery("select *from st_stock where stockno='" + stockno + "'");
 
 
-                if(st_stockbill_itemsid>0 && dbConnect.runSqlQuery("select 1 from where st_stockbill_items_sku where st_stockbillid=st_stockbill_itemsid and st_stockbillid="+st_stockbillid).size()>0){
+                if(st_stockbill_itemsid>0 && dbConnect.runSqlQuery("select 1 from st_stockbill_items_sku where st_stockbillid=st_stockbill_itemsid and st_stockbillid="+st_stockbillid).size()>0){
                     scanqtyrefresh();
                 }