FR - 2052471 - Generic UOM conversions (not product specific) don't work

Meanwhile the feature request is implemented is safer to make the product field mandatory
This commit is contained in:
Carlos Ruiz 2011-03-26 01:04:06 -05:00
parent 06bc5898e0
commit 0f91b7c48c
2 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,5 @@
-- Jan 15, 2011 6:48:54 PM COT
-- Product mandatory in UOM conversion
UPDATE AD_Field SET IsMandatory='Y',Updated=TO_DATE('2011-01-15 18:48:54','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=10831
;

View File

@ -0,0 +1,5 @@
-- Jan 15, 2011 6:48:54 PM COT
-- Product mandatory in UOM conversion
UPDATE AD_Field SET IsMandatory='Y',Updated=TO_TIMESTAMP('2011-01-15 18:48:54','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Field_ID=10831
;