Ignore:
Timestamp:
Dec 7, 2021, 11:08:42 PM (2 years ago)
Author:
chronos
Message:
  • Added: Allow to switch Mail class into test mode.
  • Modified: Type checking related changes.
  • Modified: Replace global $Config references with $this->System->Config is possible.
File:
1 edited

Legend:

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

    r901 r916  
    1616      $Subject['AddressStreet'].'<br>'.
    1717      $Subject['AddressPSC'].' '.$Subject['AddressTown'].'<br>';
    18     if ($Subject['IC'] != 0) $Output .= 'IČ: '.$Subject['IC'].'<br>';
     18    if (($Subject['IC'] != '') and ($Subject['IC'] != 0)) $Output .= 'IČ: '.$Subject['IC'].'<br>';
    1919    if ($Subject['DIC'] != '') $Output .= 'DIČ: '.$Subject['DIC'].'<br>';
    2020    if ($Subject['Account'] != '') $Output .= 'Účet: '.$Subject['Account'].'<br>';
Note: See TracChangeset for help on using the changeset viewer.