Commit 07aee8a3 authored by dpawar's avatar dpawar

added updated query ( itemser_cr_policy )


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@95266 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 0cae033f
...@@ -175,7 +175,7 @@ BEGIN ...@@ -175,7 +175,7 @@ BEGIN
if podqty_sum < inv_qty then if podqty_sum < inv_qty then
cnumber :=1; cnumber :=1;
-- Function fn_miscdrcr_chk to check debit note -- Function fn_miscdrcr_chk to check debit note --
select fn_miscdrcr_chk(ls_invoiceid) into cnumber from dual; select fn_miscdrcr_chk(ls_invoiceid) into cnumber from dual;
return cnumber; return cnumber;
...@@ -383,6 +383,9 @@ order by invoice_id' ...@@ -383,6 +383,9 @@ order by invoice_id'
where mod_name='W_PROOF_OF_DELIVERY' and field_name='INVOICE_ID'; where mod_name='W_PROOF_OF_DELIVERY' and field_name='INVOICE_ID';
update itemser_cr_policy set policy_result='0' where item_ser ='NT' and cr_policy='P93';
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