Commit abbcc3e2 authored by wansari's avatar wansari

W16LKAT002 added price_list__clg in sorder_temp table


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@43505 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 96f82ddc
...@@ -5,3 +5,6 @@ values ('999999','PORDERWIZ_DEFAULT_VALUES','S','Y','Y - to set defalut values f ...@@ -5,3 +5,6 @@ values ('999999','PORDERWIZ_DEFAULT_VALUES','S','Y','Y - to set defalut values f
alter table sorddet_temp add discount NUMBER(14,3); alter table sorddet_temp add discount NUMBER(14,3);
alter table porddet_temp add discount NUMBER(14,3); alter table porddet_temp add discount NUMBER(14,3);
--Added by wasim on 07-APR-17 for price list issue
alter table sorder_temp add (PRICE_LIST__CLG CHAR(5));
\ 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