diff --git a/module/program/view/pgmbrowsebylist.html.php b/module/program/view/pgmbrowsebylist.html.php index 49f420fb33..0fbe071b12 100644 --- a/module/program/view/pgmbrowsebylist.html.php +++ b/module/program/view/pgmbrowsebylist.html.php @@ -53,7 +53,7 @@ project->statusList, $program->status, '');?> begin;?> - end == '2059-12-31' ? '' : $program->end;?> + end;?> budget ? $program->budget . ' ' . zget($lang->program->unitList, $program->budgetUnit) : '';?> PM);?> diff --git a/module/program/view/pgmedit.html.php b/module/program/view/pgmedit.html.php index 6eb00316c2..99b6429529 100644 --- a/module/program/view/pgmedit.html.php +++ b/module/program/view/pgmedit.html.php @@ -55,7 +55,7 @@ begin, "class='form-control form-date' placeholder='" . $lang->program->begin . "' required");?> program->to;?> end == '2059-12-31' ? 'disabled' : '';?> - end == '2059-12-31' ? '' : $program->end, "class='form-control form-date' $disabledEnd placeholder='" . $lang->program->end . "' required");?> + end, "class='form-control form-date' $disabledEnd placeholder='" . $lang->program->end . "' required");?> end == '2059-12-31' ? 999 : '';?>