Bug 11588

Summary: Untranslatable subscription frequency units
Product: Koha Reporter: paxed <pasi.kallinen>
Component: I18N/L10NAssignee: paxed <pasi.kallinen>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low CC: f.demians, gmcharlt, jonathan.druart
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: Small patch
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:
Attachments: Bug 11588 - Untranslatable subscription frequency units
Allow translating the subscription frequency units in the template
Bug 11588: Untranslatable subscription frequency units
[PASSED QA] Bug 11588: Untranslatable subscription frequency units

Description paxed 2014-01-21 06:46:32 UTC
When eg. editing or creating a new subscription frequency, a drop-down lists the possible units for the frequency. These are not translatable, as they're hard-coded eg. in GetFictiveIssueNumber() in C4/Serials.pm ('day', 'week', 'month', 'year')
Comment 1 Owen Leonard 2014-01-30 15:44:20 UTC Comment hidden (obsolete)
Comment 2 Owen Leonard 2014-01-30 15:49:20 UTC
Comment on attachment 24892 [details] [review]
Bug 11588 - Untranslatable subscription frequency units

Never mind, this method won't work with translated values in the database.
Comment 3 paxed 2014-04-24 10:28:58 UTC Comment hidden (obsolete)
Comment 4 Chris Cormack 2014-04-24 15:30:42 UTC Comment hidden (obsolete)
Comment 5 Kyle M Hall (khall) 2014-04-25 14:18:58 UTC
Created attachment 27630 [details] [review]
[PASSED QA] Bug 11588: Untranslatable subscription frequency units

Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Comment 6 Galen Charlton 2014-04-25 15:41:42 UTC
Pushed to master.  Thanks, Pasi!