Commit 7cb1fabe authored by tmahadi's avatar tmahadi

*** empty log message ***


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@104236 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 01d531e3
insert into disparm (prd_code,var_name,var_type,var_value,descr,var_subs,chg_date,chg_user,chg_term)values ('999999','DUMMY_PRODUCT','S','DUMMY1','Dummy Product',null,sysdate,'BASE','BASE');
commit;
insert into messages (msg_no,msg_str,msg_descr,msg_type,msg_opt,msg_time,alarm,err_source,chg_date,chg_user,chg_term,override_input,mail_option)values ('VMFRITMCHK','Invalid item.','Item Usage must be finish for selected item ','E','Y',null,null,null,sysdate,'BASE','BASE',null,null);
commit;
--------------To remove delete button from org structure cust screen--------
update obj_forms set auto_accept_weighdata='Y' where win_name='w_org_structure' and form_no=2;
commit;
-------Item Code pophelp for frequently used items------
delete from pophelp where mod_name like'W_SEC%' and field_name='ITEM_CODE';
commit;
insert into pophelp (field_name,mod_name,sql_str,dw_object,msg_title,width,height,chg_date,chg_user,chg_term,dist_opt,filter_string,sql_input,default_col,pop_align,query_mode,page_context,pophelp_cols,pophelp_source,multi_opt,help_option,popup_xsl_name,auto_fill_len,thumb_obj,thumb_image_col,thumb_alt_col) values ('ITEM_CODE','W_SECONDORY_SALE_GWT_WIZ','select item_code,descr,unit from item where item_code like ''?%'' and item_usage=''F'' and item_ser IN (SELECT item_ser FROM itemser WHERE grp_code=''?'' AND item_ser<>CASE WHEN grp_code IS NULL THEN ''.'' ELSE grp_code END UNION ALL SELECT item_ser FROM itemser WHERE item_ser=''?'' AND item_ser<>CASE WHEN grp_code IS NULL THEN ''.'' ELSE grp_code END ) UNION ALL SELECT i.item_code item_code, descr, unit FROM item i, item_credit_perc icp WHERE i.item_code=icp.item_code AND i.item_code LIKE ''%%''',null,'Item Code',0,0,sysdate,'BASE','BASE','0',null,':item_code,:item_ser,:item_ser',0,null,null,null,null,null,0,null,null,null,null,null,null);
commit;
-----------------------------------------------------------
\ 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