Commit ef82773a authored by sabita.prasad's avatar sabita.prasad

Created new Sql itm2menu entry for list of unwaved items/orders wms.


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@92257 ce508802-f39f-4f6c-b175-0d175dae99d5
parent da645b05
INSERT INTO itm2menu
(
application ,
level_1 ,
level_2,
level_3 ,
level_4 ,
level_5,
win_name ,
descr ,
comments ,
menu_path,
icon_path ,
obj_type ,
chg_user,
chg_term ,
chg_date ,
open_icon)
VALUES (
'WMS',
1,
36,
43,
0,
0,
'w_d_lists_unwaved',
'List of Unwaved Items/Orders',
NULL,
'WMS.1.36.43.0.0',
'e12_logo.gif',
'R',
NULL,
NULL,
NULL,
NULL);
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