Advertisement
Guest User

Untitled

a guest
May 22nd, 2018
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. begin;
  2. update sl_invoice_tax set tax_no='030.002-18.89888154' where invoice_id = 50440;
  3. update fi_invoice_tax_ar_balance set tax_no='030.002-18.89888154' where invoice_ar_balance_id = 44143;
  4. update fi_vat_out_for_reporting set doc_no='030.002-18.89888154' where doc_no = '010.002-18.89888154';
  5. update fi_vat_out_for_efaktur set tax_no='030.002-18.89888154', col3='0021889888154' where doc_no ='SI/000040/KPS/201805' AND record_type='FK';
  6. update fi_vat_out_for_efaktur set tax_no='030.002-18.89888154' where doc_no ='SI/000040/KPS/201805' AND record_type = 'LT';
  7. update fi_vat_out_for_efaktur set tax_no='030.002-18.89888154' where doc_no ='SI/000040/KPS/201805' AND record_type = 'OF';
  8. end;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement