Commit b7b8ad28 authored by caluka's avatar caluka

selecondary sales itm2menu default_state updated


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@99359 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 7bf6febc
......@@ -282,7 +282,7 @@ INSERT into MESSAGES (msg_no , msg_str , msg_descr , msg_type , msg_opt , chg_
VALUES ('VMINVPRDTB','Invalid Period','Invalid Period,Period not defiend in period_tbl master', 'E', 'Y', SYSDATE, 'BASE ', 'BASE ');
INSERT into MESSAGES (msg_no , msg_str , msg_descr , msg_type , msg_opt , chg_date , chg_user , chg_term )
VALUES ('VMINVPRDSU','Invalid Period','Entered period customer already submitted.', 'E', 'Y', SYSDATE, 'BASE ', 'BASE ');
VALUES ('VMINVPRDSU','Invalid Data','Entered period customer already submitted.', 'E', 'Y', SYSDATE, 'BASE ', 'BASE ');
INSERT into MESSAGES (msg_no , msg_str , msg_descr , msg_type , msg_opt , chg_date , chg_user , chg_term )
......@@ -401,6 +401,8 @@ INSERT into MESSAGES (msg_no , msg_str , msg_descr , msg_type , msg_opt , chg_
VALUES ('VMINVPRDCU','Customer already exist.','Entered customer already exist in same period.', 'E', 'Y', SYSDATE, 'BASE ', 'BASE ');
update obj_forms set selection_mode=null WHERE WIN_NAME='w_secondory_sale_gwt';
update itm2menu set default_state=null where win_name='w_secondory_sale_gwt' ;
update itm2menu set default_state=null where win_name='w_custstock_reopen' ;
......
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