Carlos Ruiz 2009-09-11 07:56:29 +00:00
parent ed8a512e02
commit c8cee246da
2 changed files with 8 additions and 0 deletions

View File

@ -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';

View File

@ -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';