@@ -, +, @@ but you can now edit the field by hand as well --- .../prog/en/modules/circ/circulation.tt | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt @@ -490,8 +490,12 @@ No patron matched [% message %] [% IF ( SpecifyDueDate ) %]
Specify due date [% INCLUDE 'date-format.inc' %]:
- [% IF ( duedatespec ) %][% ELSE %] -[% END %] + [% IF ( duedatespec ) %] + + [% ELSE %] + + [% END %] + [% IF ( stickyduedate ) %] --