FR [1756793] - RMA Feature
https://sourceforge.net/tracker/?func=detail&atid=879334&aid=1756793&group_id=176962
This commit is contained in:
parent
ed8a512e02
commit
c8cee246da
|
@ -3552,3 +3552,7 @@ UPDATE AD_Tab SET IsSingleRow='Y',Updated=TO_DATE('2009-09-11 01:19:45','YYYY-MM
|
|||
UPDATE AD_Tab SET IsSingleRow='Y',Updated=TO_DATE('2009-09-11 01:20:02','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Tab_ID=53276
|
||||
;
|
||||
|
||||
-- update wrongly created document types on other tenants
|
||||
update c_doctype set issotrx = 'N' where docbasetype = 'MMS' and name = 'MM Vendor Return';
|
||||
|
||||
update c_doctype set issotrx = 'Y' where docbasetype = 'MMR' and name = 'MM Returns';
|
||||
|
|
|
@ -3552,3 +3552,7 @@ UPDATE AD_Tab SET IsSingleRow='Y',Updated=TO_TIMESTAMP('2009-09-11 01:19:45','YY
|
|||
UPDATE AD_Tab SET IsSingleRow='Y',Updated=TO_TIMESTAMP('2009-09-11 01:20:02','YYYY-MM-DD HH24:MI:SS'),UpdatedBy=100 WHERE AD_Tab_ID=53276
|
||||
;
|
||||
|
||||
-- update wrongly created document types on other tenants
|
||||
update c_doctype set issotrx = 'N' where docbasetype = 'MMS' and name = 'MM Vendor Return';
|
||||
|
||||
update c_doctype set issotrx = 'Y' where docbasetype = 'MMR' and name = 'MM Returns';
|
||||
|
|
Loading…
Reference in New Issue