Skip to content
This repository has been archived by the owner on Jan 16, 2023. It is now read-only.

Commit

Permalink
Prida vychozi hodnotu pro datum trzby na datum vytvoreni receiptu
Browse files Browse the repository at this point in the history
  • Loading branch information
Amunak committed Apr 5, 2017
1 parent 2224bfb commit 6bdc2a5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Receipt.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,7 @@ class Receipt {
/** @var int */
public $rezim = 0;

public function __construct() {
$this->dat_trzby = new \DateTime();
}
}

0 comments on commit 6bdc2a5

Please sign in to comment.