~ubuntu-branches/debian/sid/ledgersmb/sid

« back to all changes in this revision

Viewing changes to sql/upgrade/svn/3679-drop-payment-function.sql

  • Committer: Package Import Robot
  • Author(s): Robert James Clay
  • Date: 2012-04-18 18:58:20 UTC
  • Revision ID: package-import@ubuntu.com-20120418185820-snrtpa696zhqm0z1
Tags: upstream-1.3.15
ImportĀ upstreamĀ versionĀ 1.3.15

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
DROP FUNCTION payment_bulk_post
 
2
(in_transactions numeric[], in_batch_id int, in_source text, in_total numeric,
 
3
        in_ar_ap_accno text, in_cash_accno text,
 
4
        in_payment_date date, in_account_class int, in_payment_type int,
 
5
        in_exchangerate numeric, in_curr text);