Commit 9dccf38a authored by ssarkar's avatar ssarkar

update by sumit on 06/05/13 update sql given by pragyan sir.


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@93010 ce508802-f39f-4f6c-b175-0d175dae99d5
parent ab8f1455
......@@ -37993,6 +37993,14 @@ VALUES
'BASE',
'Rohan'
);
-- update by sumit on 06/05/13 sql given by pyagyan sir.
update obj_forms set title = 'Header' where win_name = 'w_inv_lock' and form_no = 1;
update obj_forms set title = 'Detail' where win_name = 'w_inv_lock' and form_no = 2;
update messages set msg_descr = 'Entered lock code is already exist,
please enter new lock code' where msg_no = 'INVLOCKEXT';
commit;
......
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