summaryrefslogtreecommitdiff
path: root/bin/mozilla/ap.pl
blob: 41ac1702f4fe7b525c307c656b882dc23c6a6034 (plain)
  1. #=====================================================================
  2. # LedgerSMB
  3. # Small Medium Business Accounting software
  4. #
  5. # See COPYRIGHT file for copyright information
  6. #======================================================================
  7. #
  8. # This file has NOT undergone whitespace cleanup.
  9. #
  10. #======================================================================
  11. #
  12. # Accounts Payable
  13. #
  14. #======================================================================
  15. use LedgerSMB::PE;
  16. use LedgerSMB::IR;
  17. require "$form->{path}/arap.pl";
  18. require "$form->{path}/arapprn.pl";
  19. require "$form->{path}/aa.pl";
  20. $form->{vc} = 'vendor';
  21. $form->{ARAP} = 'AP';
  22. 1;
  23. # end of main