Ignore:
Timestamp:
Mar 27, 2009, 5:54:27 PM (16 years ago)
Author:
george
Message:
  • Přidáno: Forma úhrady faktury převodem/hotově.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/finance/bills.php

    r157 r184  
    2424    }
    2525 
     26    $PaymentType = array('převodem', 'hotově');
     27   
    2628    switch($Bill['Type'])
    27         {
     29          {
    2830          case 'invoice':
    2931        $Output = '<table width="100%"><tr><td colspan="2">'.
     
    5456        'Specifický symbol: '.$this->SpecificSymbol.'<br>'.
    5557        'Konstantní symbol:<br>'.
    56         'Způsob úhrady: převodem'.
     58        'Způsob úhrady: '.$PaymentType[$Bill['Cash']].
    5759        '</td><td valign="top">'.
    5860        '<br>'.
Note: See TracChangeset for help on using the changeset viewer.