Commit 44b59760 authored by dpawar's avatar dpawar

added cross-update sql


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@94005 ce508802-f39f-4f6c-b175-0d175dae99d5
parent bd60bcec
...@@ -242,6 +242,10 @@ BEGIN ...@@ -242,6 +242,10 @@ BEGIN
END; END;
/ /
--added cross-update sql [13/12/13]
update obj_forms set cross_update_expr='[debit_note_amt]',expr_fld_info='[2..D.debit_note_amt]',target_fld_info='[1.1.D.debit_note_amt]'
where win_name='w_proof_of_delivery' and form_no='2';
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