ok for add entry for materiel returned in movement
This commit is contained in:
parent
3fda0bfcf0
commit
9f16177989
6 changed files with 138 additions and 4 deletions
|
|
@ -37,7 +37,7 @@ $eqmts_by_cat = $eqmt->listAllByCategory();
|
|||
$kinds = $mvt->listEntryKinds();
|
||||
$selected_kind = $kinds[0];
|
||||
|
||||
// make default date (now), default number (1), and default comment (empty)
|
||||
// make default date (now), default number (1), and default comment (empty)
|
||||
$date = new \DateTime;
|
||||
$date->setTimestamp(time());
|
||||
$default_date = $date;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue