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:
parent
06bc5898e0
commit
0f91b7c48c
|
@ -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
|
||||
;
|
||||
|
|
@ -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
|
||||
;
|
||||
|
Loading…
Reference in New Issue