Commit 7b94faf9 authored by msharma's avatar msharma

SQL added by manoj dtd 06/02/2014 to define finparm to Set tran Type in Cr...

SQL added by manoj dtd 06/02/2014 to define finparm to Set tran Type in Cr Note through Credit rebill process


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@94207 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 02f5eaf6
......@@ -45050,5 +45050,7 @@ INSERT INTO messages (
'Base ',
NULL,
NULL);
--SQL added by manoj dtd 06/02/2014 to define finparm to Set tran Type in Cr Note through Credit rebill process
Insert into FINPARM (PRD_CODE,VAR_NAME,VAR_TYPE,VAR_VALUE,CHG_DATE,CHG_USER,CHG_TERM,DESCR,VAR_SUBS,ADDL_VALUE) values ('999999','CRBILL_TRAN_TYPE','S','F',SYSDATE,'BASE ','base ','Set tran Type in Cr Note through Credit rebill process ',0,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