ok for add entry for materiel returned in movement

This commit is contained in:
JBthePenguin 2021-09-01 16:02:02 +02:00
parent 3fda0bfcf0
commit 9f16177989
6 changed files with 138 additions and 4 deletions

View file

@ -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;