Commit 52b871d2 authored by kmandhre's avatar kmandhre

add finparm to store tran_type for Customer Remittance


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@94010 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 40a9c355
......@@ -44870,9 +44870,16 @@ VALUES (
NULL,
NULL,
NULL);
commit;
// added by ritesh received from sun(Pragyan) on 06/DEC/13 for Issue Tracker No-303 start
ALTER TABLE INVSTAT ADD ALLOC_PREF_CASE CHAR(1);
// added by ritesh received from sun(Pragyan) on 06/DEC/13 for Issue Tracker No-303 end
--added by kunal on 17/dec/13 add finparm to store tran_type for Customer Remittance
insert into finparm ( prd_code ,var_name ,var_type , var_value ,descr ,var_subs ,chg_date , chg_user ,chg_term )
values ('999999','CR_TRAN_TYPE','S','CRM','Default tran type for CR and DR generated through CRemittance Confirmation',0,sysdate,'BASE','BASE' );
--added by kunal on 17/dec/13 end
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