2836655-Resource Assignment always return Qty 1

Fixed SQL script to add in Callouts to OrderLine Resource Assignment - thanks to iCyLand, Bangkok's help.
This commit is contained in:
Redhuan D. Oon 2009-11-30 15:27:51 +00:00
parent 3e2cdb419e
commit e5e7e65b43
2 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,5 @@
-- Nov 29, 2009 4:56:03 PM MYT
-- 2836655-Resource Assignment always return Qty 1
UPDATE AD_Column SET Callout='org.compiere.model.CalloutAssignment.product; org.compiere.model.CalloutOrder.amt; org.compiere.model.CalloutOrder.qty',Updated=TO_DATE('2009-11-29 16:56:03','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Column_ID=6775
;

View File

@ -0,0 +1,5 @@
-- Nov 29, 2009 4:56:03 PM MYT
-- 2836655-Resource Assignment always return Qty 1
UPDATE AD_Column SET Callout='org.compiere.model.CalloutAssignment.product; org.compiere.model.CalloutOrder.amt; org.compiere.model.CalloutOrder.qty',Updated=TO_TIMESTAMP('2009-11-29 16:56:03','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Column_ID=6775
;