Commit a1f1cb9a authored by mjadhav's avatar mjadhav

update pophelp query for price list


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@98010 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 17665dac
......@@ -26,6 +26,11 @@ INSERT INTO messages (MSG_NO,MSG_STR,MSG_DESCR,MSG_TYPE,MSG_OPT,MSG_TIME,ALARM,E
VALUES ('VTCONCDEMP','Empty Contact Code','Empty Contact Code,Contact Code should not be blank','E','Y',NULL,NULL,NULL,SYSDATE,'BASE','BASE',NULL,NULL);
update pophelp set sql_str='select TRIM(FLD_VALUE) ,DESCR from GENCODES WHERE FLD_NAME=''PRICE_LIST'' ' where field_name='PRICE_LIST' and mod_name='X';
......
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