Bugzilla – Attachment 186493 Details for
Bug 4858
Ability to Charge for Print Notices
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 4858: Add print notice charge account management interface updates
Bug-4858-Add-print-notice-charge-account-managemen.patch (text/plain), 3.22 KB, created by
Jacob O'Mara
on 2025-09-16 17:01:29 UTC
(
hide
)
Description:
Bug 4858: Add print notice charge account management interface updates
Filename:
MIME Type:
Creator:
Jacob O'Mara
Created:
2025-09-16 17:01:29 UTC
Size:
3.22 KB
patch
obsolete
>From 90bb93189baf5da44f3663efd87e3bd79fbf340e Mon Sep 17 00:00:00 2001 >From: Jacob O'Mara <jacob.omara@openfifth.co.uk> >Date: Mon, 30 Jun 2025 12:19:10 +0100 >Subject: [PATCH] Bug 4858: Add print notice charge account management > interface updates > >- Update accounts.inc templates to display PRINT_NOTICE debit type > * Staff interface: >koha-tmpl/intranet-tmpl/prog/en/includes/accounts.inc > * OPAC interface: >koha-tmpl/opac-tmpl/bootstrap/en/includes/accounts.inc > * Test templates: t/mock_templates for English and French-Canadian > * All show 'Print notice charge' description for PRINT_NOTICE debits >--- > koha-tmpl/intranet-tmpl/prog/en/includes/accounts.inc | 2 ++ > koha-tmpl/opac-tmpl/bootstrap/en/includes/accounts.inc | 2 ++ > t/mock_templates/intranet-tmpl/prog/en/includes/accounts.inc | 2 ++ > t/mock_templates/intranet-tmpl/prog/fr-CA/includes/accounts.inc | 2 ++ > 4 files changed, 8 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/accounts.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/accounts.inc >index 87a9f1f9d56..8dd683509fc 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/accounts.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/accounts.inc >@@ -24,6 +24,8 @@ > <span>New card</span> > [%~ CASE 'OVERDUE' ~%] > <span>Fine</span> >+ [%~ CASE 'PRINT_NOTICE' ~%] >+ <span>Print notice charge</span> > [%~ CASE 'PROCESSING' ~%] > <span>Lost item processing fee</span> > [%~ CASE 'RENT' ~%] >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/accounts.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/accounts.inc >index b3e397ba206..3b27fee53c8 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/accounts.inc >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/accounts.inc >@@ -26,6 +26,8 @@ > <span>New card</span> > [%- CASE 'OVERDUE' -%] > <span>Fine</span> >+ [%- CASE 'PRINT_NOTICE' -%] >+ <span>Print notice charge</span> > [%- CASE 'PROCESSING' -%] > <span>Lost item processing fee</span> > [%- CASE 'RENT' -%] >diff --git a/t/mock_templates/intranet-tmpl/prog/en/includes/accounts.inc b/t/mock_templates/intranet-tmpl/prog/en/includes/accounts.inc >index 781a7f79699..80071f3139b 100644 >--- a/t/mock_templates/intranet-tmpl/prog/en/includes/accounts.inc >+++ b/t/mock_templates/intranet-tmpl/prog/en/includes/accounts.inc >@@ -24,6 +24,8 @@ > <span>New card</span> > [%- CASE 'OVERDUE' -%] > <span>Fine</span> >+ [%- CASE 'PRINT_NOTICE' -%] >+ <span>Print notice charge</span> > [%- CASE 'PROCESSING' -%] > <span>Lost item processing fee</span> > [%- CASE 'RENT' -%] >diff --git a/t/mock_templates/intranet-tmpl/prog/fr-CA/includes/accounts.inc b/t/mock_templates/intranet-tmpl/prog/fr-CA/includes/accounts.inc >index 6c71cc99e4e..71a43fa17ea 100644 >--- a/t/mock_templates/intranet-tmpl/prog/fr-CA/includes/accounts.inc >+++ b/t/mock_templates/intranet-tmpl/prog/fr-CA/includes/accounts.inc >@@ -24,6 +24,8 @@ > <span>Nouvelle carte</span> > [%- CASE 'OVERDUE' -%] > <span>Amende</span> >+ [%- CASE 'PRINT_NOTICE' -%] >+ <span>Frais d'avis imprimé</span> > [%- CASE 'PROCESSING' -%] > <span>Frais de traitement pour exemplaire perdu</span> > [%- CASE 'RENT' -%] >-- >2.39.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 4858
:
186491
|
186492
| 186493 |
186494
|
186495
|
186496
|
186497
|
186498
|
186499
|
186500
|
186501
|
186502