Ignore:
Timestamp:
Nov 6, 2015, 8:40:19 PM (9 years ago)
Author:
chronos
Message:
  • Added: Customer support activity table.
  • Added: Show operations for operation group.
Location:
trunk/Modules/FinanceBankAPI
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/FinanceBankAPI/FileImport.php

    r764 r765  
    7878    $DbResult = $this->Database->select('FinanceBank', '*', 'Id='.$BankAccount['Bank']);
    7979    $Bank = $DbResult->fetch_assoc();
    80     $Output .= 'Účet: '.$BankAccount['Number'].'/'.$Bank['Code'].' ('.$Bank['Name'].')';
     80    $Output .= 'Účet: '.$BankAccount['Number'].'/'.$Bank['Code'].' ('.$Bank['Name'].')'."\n";
    8181
    8282    if($Bank['Code'] == '2010') $Import = new ImportFio($this->System);
  • trunk/Modules/FinanceBankAPI/ImportFio.php

    r738 r765  
    3838        $Output .= '<td>'.$Record['UserIdent'].'</td>';
    3939        $Output .= '<td>'.$Record['Value'].'</td>';
    40         $Output .= '</tr>';
     40        $Output .= '</tr>'."\n";
    4141      }
    4242    }
Note: See TracChangeset for help on using the changeset viewer.