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