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