Skip to content

Commit

Permalink
Merge pull request #578 from jan-stanek/oprava-harmonogram
Browse files Browse the repository at this point in the history
oprava posunuti exportu harmonogramu
  • Loading branch information
jan-stanek authored Oct 16, 2018
2 parents 73476d6 + 407d5cc commit 40414f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/services/ExcelExportService.php
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ public function exportUsersSchedules(Collection $users, string $filename) : Exce

foreach ($user->getPrograms() as $program) {
$row++;
$column = 0;
$column = 1;

$sheet->setCellValueByColumnAndRow($column++, $row, $program->getStart()->format('j. n. H:i'));
$sheet->setCellValueByColumnAndRow($column++, $row, $program->getEnd()->format('j. n. H:i'));
Expand Down

0 comments on commit 40414f1

Please sign in to comment.