From e5e7e65b43918ce3da503eb45e414fb90e2eb368 Mon Sep 17 00:00:00 2001 From: "Redhuan D. Oon" Date: Mon, 30 Nov 2009 15:27:51 +0000 Subject: [PATCH] 2836655-Resource Assignment always return Qty 1 Fixed SQL script to add in Callouts to OrderLine Resource Assignment - thanks to iCyLand, Bangkok's help. --- .../oracle/614_2836655-Resource Assignment _oracle.sql | 5 +++++ .../614_2836655-Resource Assignment _postgresql.sql | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 migration/354a-trunk/oracle/614_2836655-Resource Assignment _oracle.sql create mode 100644 migration/354a-trunk/postgresql/614_2836655-Resource Assignment _postgresql.sql diff --git a/migration/354a-trunk/oracle/614_2836655-Resource Assignment _oracle.sql b/migration/354a-trunk/oracle/614_2836655-Resource Assignment _oracle.sql new file mode 100644 index 0000000000..3303ebd7f2 --- /dev/null +++ b/migration/354a-trunk/oracle/614_2836655-Resource Assignment _oracle.sql @@ -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 +; + diff --git a/migration/354a-trunk/postgresql/614_2836655-Resource Assignment _postgresql.sql b/migration/354a-trunk/postgresql/614_2836655-Resource Assignment _postgresql.sql new file mode 100644 index 0000000000..f48984f4ae --- /dev/null +++ b/migration/354a-trunk/postgresql/614_2836655-Resource Assignment _postgresql.sql @@ -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 +; +