http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7136
--- Comment #1 from Owen Leonard <[email protected]> 2011-11-02 14:01:39 UTC --- I see this in one of the help files: "The 'Grace Period' is the number of days before an issue is automatically moved from 'expected' status to 'waiting' and how many days before an issue is automatically moved from 'waiting' status to 'late'" If the OPAC should show "expected" when it says "waiting," should it show "waiting" instead of "arrived?" In the template: <td> [% IF ( serial.status1 ) %]Waiting[% END %] [% IF ( serial.status2 ) %]Arrived[% END %] [% IF ( serial.status3 ) %]Late[% END %] [% IF ( serial.status4 ) %]Missing[% END %] [% IF ( serial.status5 ) %]Not Available[% END %] [% IF ( serial.status7 ) %]Claimed[% END %] [% IF ( serial.notes ) %]([% serial.notes %])[% END %] </td> -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug. _______________________________________________ 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/
