Bugzilla – Attachment 148364 Details for
Bug 32752
Add new serial issue status: "Out for binding", "Bound", and "Circulating"
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32752: Add new status Circulationg, Out for binding, and Bound to includes
Bug-32752-Add-new-status-Circulationg-Out-for-bind.patch (text/plain), 2.16 KB, created by
Biblibre Sandboxes
on 2023-03-17 15:08:42 UTC
(
hide
)
Description:
Bug 32752: Add new status Circulationg, Out for binding, and Bound to includes
Filename:
MIME Type:
Creator:
Biblibre Sandboxes
Created:
2023-03-17 15:08:42 UTC
Size:
2.16 KB
patch
obsolete
>From afdbac24fffbfdf6b4465af0575aa3c69dd381c3 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer@bsz-bw.de> >Date: Fri, 17 Mar 2023 09:52:04 +0000 >Subject: [PATCH] Bug 32752: Add new status Circulationg, Out for binding, and > Bound to includes > >To test with the next patch that allows to set the new status. > >Signed-off-by: Michaela Sieber <michaela.sieber@kit.edu> >--- > koha-tmpl/intranet-tmpl/prog/en/includes/serial-status.inc | 3 +++ > koha-tmpl/opac-tmpl/bootstrap/en/includes/serial-status.inc | 3 +++ > 2 files changed, 6 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/serial-status.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/serial-status.inc >index 456171ecf2..da7b7bdf0d 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/serial-status.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/serial-status.inc >@@ -1,5 +1,8 @@ > [% IF ( serial.status1 ) %]<span>Expected</span>[% END %] > [% IF ( serial.status2 ) %]<span>Arrived</span>[% END %] >+ [% IF ( serial.status21 ) %]<span>Circulating</span>[% END %] >+ [% IF ( serial.status22 ) %]<span>Out for binding</span>[% END %] >+ [% IF ( serial.status23 ) %]<span>Bound</span>[% END %] > [% IF ( serial.status3 ) %]<span>Late</span>[% END %] > [% IF ( serial.status4 ) %]<span>Missing</span>[% END %] > [% IF ( serial.status41 ) %]<span>Missing (never received)</span>[% END %] >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/serial-status.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/serial-status.inc >index 456171ecf2..da7b7bdf0d 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/serial-status.inc >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/serial-status.inc >@@ -1,5 +1,8 @@ > [% IF ( serial.status1 ) %]<span>Expected</span>[% END %] > [% IF ( serial.status2 ) %]<span>Arrived</span>[% END %] >+ [% IF ( serial.status21 ) %]<span>Circulating</span>[% END %] >+ [% IF ( serial.status22 ) %]<span>Out for binding</span>[% END %] >+ [% IF ( serial.status23 ) %]<span>Bound</span>[% END %] > [% IF ( serial.status3 ) %]<span>Late</span>[% END %] > [% IF ( serial.status4 ) %]<span>Missing</span>[% END %] > [% IF ( serial.status41 ) %]<span>Missing (never received)</span>[% END %] >-- >2.30.2
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 32752
:
148320
|
148321
|
148322
|
148323
|
148353
|
148354
|
148355
|
148356
|
148357
|
148358
|
148359
|
148360
|
148362
|
148363
|
148364
|
148365
|
148366
|
148367
|
148368
|
148369
|
148370
|
148371
|
148372
|
148373
|
148490
|
150051
|
150052
|
150053
|
150054