Changeset 761 for trunk/Modules/Finance/Finance.php
- Timestamp:
- Nov 4, 2015, 9:00:41 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Finance/Finance.php
r760 r761 124 124 $Group = $DbResult->fetch_assoc(); 125 125 return($Group); 126 } else die('Finance group not found');126 } else die('Finance group id '.$Id.' not found in table '.$Table); 127 127 } 128 128 … … 167 167 $Consumption = 0; 168 168 } 169 $Consumption = 0; 169 170 $this->Database->insert('MemberPayment', array('Member' => $Member['Id'], 170 171 'MonthlyInternet' => $MonthlyInet,
Note:
See TracChangeset
for help on using the changeset viewer.