ok for available equipments output in movement

This commit is contained in:
JBthePenguin 2021-09-02 11:09:00 +02:00
parent 964806a0c0
commit 98cbe7f4a8
9 changed files with 186 additions and 72 deletions

View file

@ -41,10 +41,12 @@ $selected_kind = $kinds[0];
$date = new \DateTime;
$date->setTimestamp(time());
$default_date = $date;
$default_number = "1";
$default_comment = "";
// make comment placeholder
$comment_placeholder = "ex: don reçu de la part de...";
// make cancel link, legend for the title of the form
// and the template name for equipment to use in form
$cancel_link = PLUGIN_URL . 'mouvements/entrees/index.php';
@ -55,7 +57,7 @@ $tpl_materiel_name = "repertorie";
$tpl->assign(compact(
'kinds', 'eqmts_by_cat', 'selected_kind', 'default_date',
'default_number', 'default_comment', 'cancel_link',
'default_number', 'default_comment', 'comment_placeholder', 'cancel_link',
'legend_part', 'tpl_materiel_name', 'csrf_key'
));