hu il y a 1 mois
Parent
commit
80ebcab223

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

@@ -129,7 +129,7 @@ public class workorder extends Controller {
 
         sqlList.add(updateSQL.getSQL());
 
-        UpdateSQL updateSQLdetail = SQLFactory.createUpdateSQL(this, "sa_serviceorder");
+        UpdateSQL updateSQLdetail = SQLFactory.createUpdateSQL(this, "sa_serviceorderitems");
         updateSQLdetail.setUniqueid(sa_serviceorderid);
         updateSQLdetail.setSiteid(siteid);
         updateSQLdetail.setValue("itemid", itemid);