Changeset 184
- Timestamp:
- Mar 27, 2009, 5:54:27 PM (16 years ago)
- Location:
- trunk
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/finance/bills.php
r157 r184 24 24 } 25 25 26 $PaymentType = array('převodem', 'hotově'); 27 26 28 switch($Bill['Type']) 27 {29 { 28 30 case 'invoice': 29 31 $Output = '<table width="100%"><tr><td colspan="2">'. … … 54 56 'Specifický symbol: '.$this->SpecificSymbol.'<br>'. 55 57 'Konstantní symbol:<br>'. 56 'Způsob úhrady: převodem'.58 'Způsob úhrady: '.$PaymentType[$Bill['Cash']]. 57 59 '</td><td valign="top">'. 58 60 '<br>'.
Note:
See TracChangeset
for help on using the changeset viewer.