Changeset 523 for trunk/Modules/FinanceBankAPI/FileImport.php
- Timestamp:
- Apr 20, 2013, 8:21:15 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/FinanceBankAPI/FileImport.php
r508 r523 121 121 $this->InsertMoney($_POST['Subject'.$I], $_POST['Money'.$I], 0, $_POST['Taxable'.$I], $Date, $_POST['Text'.$I], $DocumentLine); 122 122 $Output .= $I.', '; 123 $this->System->Module s['Log']->NewRecord('Finance', 'NewPaymentInserted');123 $this->System->ModuleManager->Modules['Log']->NewRecord('Finance', 'NewPaymentInserted'); 124 124 } 125 125 return($Output);
Note:
See TracChangeset
for help on using the changeset viewer.