http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12187
Bug ID: 12187
Summary: Duplicate TT code for serial statuses
Change sponsored?: ---
Product: Koha
Version: master
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5 - low
Component: Templates
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
[% IF ( latestserial.status1 ) %]Expected[% END %]
[% IF ( latestserial.status2 ) %]Arrived[% END %]
[% IF ( latestserial.status3 ) %]Late[% END %]
...
These statements are repeated multiple times, in the following files:
intranet-tmpl/prog/en/modules/catalogue/detail.tt
intranet-tmpl/prog/en/modules/serials/serial-issues-full.tt
intranet-tmpl/prog/en/modules/serials/claims.tt
intranet-tmpl/prog/en/modules/serials/serials-recieve.tt
intranet-tmpl/prog/en/modules/serials/serials-collection.tt
intranet-tmpl/prog/en/modules/serials/serials-edit.tt
intranet-tmpl/prog/en/modules/serials/subscription-detail.tt
opac-tmpl/prog/en/modules/opac-full-serial-issues.tt
opac-tmpl/prog/en/modules/opac-detail.tt
To prevent things from getting out of sync, they should be folded into a single
TT block or macro.
--
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://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/