Commit d73c6ab8 authored by vvengurlekar's avatar vvengurlekar

D18JMES001.SQL- Added to change menu image for Free offer on multiple products


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@197968 ce508802-f39f-4f6c-b175-0d175dae99d5
parent f34e4765
...@@ -116,3 +116,8 @@ select max(line_no) into max_line_no from SCHEME_DEF_DET where tran_id = :new.tr ...@@ -116,3 +116,8 @@ select max(line_no) into max_line_no from SCHEME_DEF_DET where tran_id = :new.tr
:New.Line_No := Nvl(Max_Line_No , 0) + 1; :New.Line_No := Nvl(Max_Line_No , 0) + 1;
End; End;
/ /
-----------------------Added by Varsha V on 04-03-19 to change menu image---------------------------
update Itm2menu set Icon_Path = 'Free-Offers-on-Multiple-Product--G.png', Close_Icon = 'Free-Offers-on-Multiple-Product-W.png' where Win_Name = 'w_scheme_def_gwt_wiz';
-----------------------Ended by Varsha V on 04-03-19 to change menu image---------------------------
\ 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