[Koha-bugs] [Bug 11589] Sample serial frequencies do not match template frequencies

2020-01-05 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11589

Katrin Fischer  changed:

   What|Removed |Added

 CC||gmcha...@gmail.com

--- Comment #3 from Katrin Fischer  ---
*** Bug 12108 has been marked as a duplicate of this bug. ***

-- 
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/


[Koha-bugs] [Bug 11589] Sample serial frequencies do not match template frequencies

2019-08-10 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11589

Katrin Fischer  changed:

   What|Removed |Added

 CC||katrin.fisc...@bsz-bw.de

--- Comment #2 from Katrin Fischer  ---
I've found some problematic code in
koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-serial-issues.tt. I am not sure
this code is still making sense since our frequencies and numbering patterns
are fully configurable now:

   The current subscription began on [% subscription_LOO.startdate | html
%] and is issued
[% IF ( subscription_LOO.periodicity1 )
%]
twice per day
[% END %]
[% IF ( subscription_LOO.periodicity2 )
%]
every day
[% END %]
[% IF ( subscription_LOO.periodicity3 )
%]
three times per week
[% END %]
[% IF ( subscription_LOO.periodicity4 )
%]
every week
[% END %]
[% IF ( subscription_LOO.periodicity5 )
%]
every 2 weeks
[% END %]
[% IF ( subscription_LOO.periodicity6 )
%]
every 3 weeks
[% END %]
[% IF ( subscription_LOO.periodicity7 )
%]
every month
[% END %]
[% IF ( subscription_LOO.periodicity8 )
%]
every 2 months
[% END %]
[% IF ( subscription_LOO.periodicity9 )
%]
every quarter
[% END %]
[% IF ( subscription_LOO.periodicity10
) %]
twice per year
[% END %]
[% IF ( subscription_LOO.periodicity11
) %]
every year
[% END %]
[% IF ( subscription_LOO.periodicity12
) %]
every 2 years
[% END %]
[% IF ( subscription_LOO.periodicity13
) %]
irregularly
[% END %]
[% IF ( subscription_LOO.arrival1 ) %]
on Monday
[% END %]
[% IF ( subscription_LOO.arrival2 ) %]
on Tuesday
[% END %]
[% IF ( subscription_LOO.arrival3 ) %]
on Wednesday
[% END %]
[% IF ( subscription_LOO.arrival4 ) %]
on Thursday
[% END %]
[% IF ( subscription_LOO.arrival5 ) %]
on Friday
[% END %]
[% IF ( subscription_LOO.arrival6 ) %]
on Saturday
[% END %]
[% IF ( subscription_LOO.arrival7 ) %]
on Sunday
[% END %]

-- 
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/


[Koha-bugs] [Bug 11589] Sample serial frequencies do not match template frequencies

2019-08-09 Thread bugzilla-daemon
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11589

--- Comment #1 from Owen Leonard  ---
Is this bug still valid?

-- 
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/