Changeset 888 for trunk/Modules/Finance/Import.php
- Timestamp:
- Nov 24, 2020, 10:58:56 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Finance/Import.php
r887 r888 128 128 } 129 129 130 function InsertMoney(string $Subject, string $Value, string $Cash, string $Taxable, string $Time, string $Text, array $Group) 130 function InsertMoney(string $Subject, string $Value, string $Cash, string $Taxable, string $Time, string $Text, array $Group): void 131 131 { 132 132 $Year = date('Y', $Time);
Note:
See TracChangeset
for help on using the changeset viewer.