Commit 71f03e65 authored by ssarkar's avatar ssarkar

changed by sumit on 28/12/12 update sql for loading


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@92453 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 3380454f
......@@ -36830,5 +36830,8 @@ INSERT INTO MESSAGES (
-- added by sumit on 22/12/12
update obj_forms set ASSISTED_MODE = 'A', DEFAULT_VIEW = 'U' where win_name = 'w_checksheet' and form_no = 2;
--added by sumit on 28/12/12 for loading scanning
update OBJ_FORMS set assisted_mode = 'E' where win_name = 'w_checksheet' and form_no = 2;
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