Ignore:
Timestamp:
Jul 8, 2013, 12:44:10 AM (11 years ago)
Author:
chronos
Message:
  • Opraveno: Negenerovat síťové fronty u služeb bez přiřazené rychlosti.
File:
1 edited

Legend:

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

    r552 r554  
    9090      if($Row['BillCode'] == '') $Row['BillCode'] = 'PDF';
    9191      if($Row['File'] > 0) $Invoice = '<a href="'.$this->System->Link('/file?id='.$Row['File']).'">'.$Row['BillCode'].'</a>';
    92         else $Invoice = '&nbsp;';
     92        else $Invoice = NotBlank($Row['BillCode']);
    9393      if($Row['PeriodFrom'] != '') $Period = HumanDate($Row['PeriodFrom']).' - '.HumanDate($Row['PeriodTo']);
    9494        else $Period = '&nbsp;';
Note: See TracChangeset for help on using the changeset viewer.