Ignore:
Timestamp:
Jul 3, 2016, 1:41:25 PM (8 years ago)
Author:
chronos
Message:
  • Modified: Show users list, device list and map only for network managers.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/Finance/Manage.php

    r825 r833  
    5252    $MonthFrom = floor(($MonthCurrent - 1) / $MonthCount) * $MonthCount + 1;
    5353    $MonthTo = $MonthFrom + $MonthCount - 1;
    54    
     54
    5555    /* Use period from current month to end month so months before current month are cut out */
    5656    $MonthCount = $MonthTo - $MonthCurrent + 1;
     
    365365      $Content = 'Vyúčtovaní zákazníka <strong>'.$Subject['Name'].'</strong> zastoupeného uživatelem <strong>'.
    366366        $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: ';
    368368      $DbResult = $this->Database->query('SELECT GROUP_CONCAT(`Service`.`Name`) AS `Name` FROM `ServiceCustomerRel` LEFT JOIN `Service` '.
    369369        'ON `Service`.`Id`=`ServiceCustomerRel`.`Service` WHERE (`ServiceCustomerRel`.`Customer`='.$Member['Id'].') '.
Note: See TracChangeset for help on using the changeset viewer.