Commit 3d7fc429 authored by ssalve's avatar ssalve

Sarita : System entries ob obj_forms

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@196684 ce508802-f39f-4f6c-b175-0d175dae99d5
parent b0166468
......@@ -323,4 +323,10 @@ values ('cctr_alloc_wiz',5,null,'Previous',null,null,'P','Previous','2',null,nul
update messages set msg_descr='Period already defined for the site' where msg_no='INVPRDSTCD';
update obj_forms set scr_flag='F' where win_name='w_resource_cons' and form_no=1;
update obj_forms set scr_flag='T' where win_name='w_resource_cons' and form_no=2;
\ No newline at end of file
update obj_forms set scr_flag='T' where win_name='w_resource_cons' and form_no=2;
--------------------- System Entries by sarita on 05 FEBRUARY 2019 --------------------
update SYSVIS.obj_forms set parent_key_col='tran_id' where win_name='w_cctr_alloc_wiz' and form_no in (2,3);
\ 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