blob: c150a04514cf1e222e5ef8074b11a65f6274b015 (
plain)
- #=====================================================================
- # LedgerSMB
- # Small Medium Business Accounting software
- #
- # See COPYRIGHT file for copyright information
- #======================================================================
- #
- # This file has NOT undergone whitespace cleanup.
- #
- #======================================================================
- #
- # Accounts Receivable
- #
- #======================================================================
- use LedgerSMB::PE;
- use LedgerSMB::IS;
- require "$form->{path}/arap.pl";
- require "$form->{path}/arapprn.pl";
- require "$form->{path}/aa.pl";
- $form->{vc} = 'customer';
- $form->{ARAP} = 'AR';
- 1;
- # end of main
|