Changeset 833 for trunk/Modules/Finance/Manage.php
- Timestamp:
- Jul 3, 2016, 1:41:25 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/Finance/Manage.php
r825 r833 52 52 $MonthFrom = floor(($MonthCurrent - 1) / $MonthCount) * $MonthCount + 1; 53 53 $MonthTo = $MonthFrom + $MonthCount - 1; 54 54 55 55 /* Use period from current month to end month so months before current month are cut out */ 56 56 $MonthCount = $MonthTo - $MonthCurrent + 1; … … 365 365 $Content = 'Vyúčtovaní zákazníka <strong>'.$Subject['Name'].'</strong> zastoupeného uživatelem <strong>'. 366 366 $User['Name'].'</strong> ke dni <strong>'.$this->System->HumanDate(time()).'</strong>.<br/><br/>'."\n". 367 'V áše aktuální služby: ';367 'Vaše aktuální služby: '; 368 368 $DbResult = $this->Database->query('SELECT GROUP_CONCAT(`Service`.`Name`) AS `Name` FROM `ServiceCustomerRel` LEFT JOIN `Service` '. 369 369 'ON `Service`.`Id`=`ServiceCustomerRel`.`Service` WHERE (`ServiceCustomerRel`.`Customer`='.$Member['Id'].') '.
Note:
See TracChangeset
for help on using the changeset viewer.