Commit 95d11bd0 authored by arawankar's avatar arawankar

Office_sql.txt

- remove schema name from add table query

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@193162 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 2f85cb0c
......@@ -79,7 +79,7 @@ commit;
------------ added by ANJALI R on 20-11-2018 [START][To not allow to edit the transaction if receipt generated through channel partner] ----------------------------------
ALTER TABLE APPVIS.PORCP ADD TRAN_MODE CHAR(1); //Added by sarita 20 NOV 18
ALTER TABLE PORCP ADD TRAN_MODE CHAR(1); //Added by sarita 20 NOV 18
UPDATE TRANSETUP SET EDIT_EXPR = 'or porcp.tran_mode in (''A'')' WHERE TRAN_WINDOW = 'w_porcp';
COMMIT;
------------ added by ANJALI R on 20-11-2018 [End][To not allow to edit the transaction if receipt generated through channel partner] ----------------------------------
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment