Changeset 873 for trunk/Modules/FinanceBankAPI/FioDemo.php
- Timestamp:
- Apr 6, 2020, 11:17:40 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/FinanceBankAPI/FioDemo.php
r738 r873 11 11 echo('<html><head><meta charset="utf-8"></head><body>'); 12 12 echo('<table border="1">'); 13 foreach ($Records as $Record)13 foreach ($Records as $Record) 14 14 { 15 15 echo('<tr>'); 16 if ($Record['Type'] == GPC_TYPE_REPORT)16 if ($Record['Type'] == GPC_TYPE_REPORT) 17 17 { 18 18 echo('<td>Jméno účtu: '.$Record['AccountName'].'</td>'); … … 35 35 echo('<th>Uživatelská identifikace</th>'); 36 36 } else 37 if ($Record['Type'] == GPC_TYPE_ITEM)37 if ($Record['Type'] == GPC_TYPE_ITEM) 38 38 { 39 39 echo('<td>'.date('j.n.Y', $Record['DueDate']).'</td>');
Note:
See TracChangeset
for help on using the changeset viewer.