View | Details | Raw Unified | Return to bug 36221
Collapse All | Expand All

(-)a/Koha/ILL/Backend/shared-includes/form_input_helpers.inc (-2 / +1 lines)
Lines 39-44 Link Here
39
  [% PROCESS ill_text_input_field id = 'title' label = t('Title') value = whole.value.other.title %]
39
  [% PROCESS ill_text_input_field id = 'title' label = t('Title') value = whole.value.other.title %]
40
  [% PROCESS ill_text_input_field id = 'volume' label = t('Volume') value = whole.value.other.volume %]
40
  [% PROCESS ill_text_input_field id = 'volume' label = t('Volume') value = whole.value.other.volume %]
41
  [% PROCESS ill_text_input_field id = 'issue' label = t('Issue number') value = whole.value.other.issue %]
41
  [% PROCESS ill_text_input_field id = 'issue' label = t('Issue number') value = whole.value.other.issue %]
42
  [% PROCESS ill_text_input_field id = 'year' label = t('Year') value = whole.value.other.issue %]
42
  [% PROCESS ill_text_input_field id = 'year' label = t('Year') value = whole.value.other.year %]
43
  [% PROCESS ill_text_input_field id = 'issn' label = t('ISSN') value = whole.value.other.issn %]
43
  [% PROCESS ill_text_input_field id = 'issn' label = t('ISSN') value = whole.value.other.issn %]
44
[% END %]
44
[% END %]
45
- 

Return to bug 36221