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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/ill/backends/Standard/shared/form_input_helpers.inc (+1 lines)
Lines 49-54 Link Here
49
49
50
[% BLOCK journal_text_input_fields %]
50
[% BLOCK journal_text_input_fields %]
51
    [% PROCESS ill_text_input_field id = 'title' label = t('Title') value = whole.value.other.title %]
51
    [% PROCESS ill_text_input_field id = 'title' label = t('Title') value = whole.value.other.title %]
52
    [% PROCESS ill_text_input_field id = 'publisher' label = t('Publisher') value = whole.value.other.publisher %]
52
    [% PROCESS ill_text_input_field id = 'volume' label = t('Volume') value = whole.value.other.volume %]
53
    [% PROCESS ill_text_input_field id = 'volume' label = t('Volume') value = whole.value.other.volume %]
53
    [% PROCESS ill_text_input_field id = 'issue' label = t('Issue number') value = whole.value.other.issue %]
54
    [% PROCESS ill_text_input_field id = 'issue' label = t('Issue number') value = whole.value.other.issue %]
54
    [% PROCESS ill_text_input_field id = 'year' label = t('Year') value = whole.value.other.year %]
55
    [% PROCESS ill_text_input_field id = 'year' label = t('Year') value = whole.value.other.year %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/ill/backends/Standard/shared/form_input_helpers.inc (-1 / +1 lines)
Lines 49-54 Link Here
49
49
50
[% BLOCK journal_text_input_fields %]
50
[% BLOCK journal_text_input_fields %]
51
    [% PROCESS ill_text_input_field id = 'title' label = t('Title') value = whole.value.other.title %]
51
    [% PROCESS ill_text_input_field id = 'title' label = t('Title') value = whole.value.other.title %]
52
    [% PROCESS ill_text_input_field id = 'publisher' label = t('Publisher') value = whole.value.other.publisher %]
52
    [% PROCESS ill_text_input_field id = 'volume' label = t('Volume') value = whole.value.other.volume %]
53
    [% PROCESS ill_text_input_field id = 'volume' label = t('Volume') value = whole.value.other.volume %]
53
    [% PROCESS ill_text_input_field id = 'issue' label = t('Issue number') value = whole.value.other.issue %]
54
    [% PROCESS ill_text_input_field id = 'issue' label = t('Issue number') value = whole.value.other.issue %]
54
    [% PROCESS ill_text_input_field id = 'year' label = t('Year') value = whole.value.other.year %]
55
    [% PROCESS ill_text_input_field id = 'year' label = t('Year') value = whole.value.other.year %]
55
- 

Return to bug 40012