https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36221

--- Comment #15 from Victor Grousset/tuxayo <vic...@tuxayo.net> ---
Comment on attachment 165462
  --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=165462
Bug 36221: Preparation

Review of attachment 165462:
 --> 
(https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=36221&attachment=165462)
-----------------------------------------------------------------

::: Koha/ILL/Backend/shared-includes/form_input_helpers.inc
@@ +30,5 @@
> +[% BLOCK journal_text_input_fields %]
> +  [% PROCESS ill_text_input_field id = 'title' label = t('Title') value = 
> whole.value.other.title %]
> +  [% PROCESS ill_text_input_field id = 'volume' label = t('Volume') value = 
> whole.value.other.volume %]
> +  [% PROCESS ill_text_input_field id = 'issue' label = t('Issue number') 
> value = whole.value.other.issue %]
> +  [% PROCESS ill_text_input_field id = 'year' label = t('Year') value = 
> whole.value.other.issue %]

Should be whole.value.other.year

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to