Commit 17e2a47b authored by caluka's avatar caluka

Pophelp query changed for doctor


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@98697 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 87257bd6
......@@ -163,7 +163,7 @@ Insert into pophelp (FIELD_NAME,MOD_NAME,SQL_STR,DW_OBJECT,MSG_TITLE,WIDTH,HEIGH
values ('ORDER_TYPE','W_POB','select trim(order_type),descr from sordertype where order_type in(?)',null,'Order Type',0,0,SYSDATE,'BASE','BASE',0,0,0,':pob_order_type');
Insert into pophelp (FIELD_NAME,MOD_NAME,SQL_STR,DW_OBJECT,MSG_TITLE,WIDTH,HEIGHT,CHG_DATE,CHG_USER,CHG_TERM,DIST_OPT,DEFAULT_COL,MULTI_OPT)
values ('SC_CODE','W_POB','select trim(sc_code) as Doctor,first_name,middle_name,last_name from strg_customer',null,'Doctor/Pharmacy ',0,0,SYSDATE,'BASE','BASE',0,0,0);
values ('SC_CODE','W_POB','select trim(sc_code),first_name,middle_name,last_name from strg_customer',null,'Doctor/Pharmacy ',0,0,SYSDATE,'BASE','BASE',0,0,0);
Insert into pophelp (FIELD_NAME,MOD_NAME,SQL_STR,DW_OBJECT,MSG_TITLE,WIDTH,HEIGHT,CHG_DATE,CHG_USER,CHG_TERM,DIST_OPT,DEFAULT_COL,MULTI_OPT)
values ('RETAILER_CODE','W_POB','select trim(retailer_code),retailer_name from retailer order by retailer_code',null,'Retailer',0,0,SYSDATE,'BASE','BASE',0,0,0);
......
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