Commit 28eb9ee2 authored by dpawar's avatar dpawar

added new sql for pophelp and item change


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@96001 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 8435a4a5
...@@ -404,6 +404,17 @@ where invoice_id <> ''NOT'' ...@@ -404,6 +404,17 @@ where invoice_id <> ''NOT''
order by invoice_id' order by invoice_id'
where mod_name='W_PROOF_OF_DELIVERY' and field_name='INVOICE_ID'; where mod_name='W_PROOF_OF_DELIVERY' and field_name='INVOICE_ID';
-- added on 21-AUG-14
insert into obj_itemchange (obj_name,form_no,field_name,mandatory)
values('proof_of_delivery','2','line_no__trace','Y');
insert into obj_itemchange (obj_name,form_no,field_name,mandatory)
values('proof_of_delivery','2','itm_default',null);
insert into pophelp(FIELD_NAME,MOD_NAME,SQL_STR,SQL_INPUT,MSG_TITLE,WIDTH,HEIGHT,CHG_DATE,CHG_USER,CHG_TERM)
values( 'LINE_NO__TRACE','W_PROOF_OF_DELIVERY','SELECT INV_LINE_NO,INVOICE_ID FROM INVOICE_TRACE WHERE INVOICE_ID = ''?''',':inv_id','Inv line No',0,0,sysdate,'BASE','BASE');
......
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