Bugzilla – Attachment 142390 Details for
Bug 24381
ACCOUNT_CREDIT and ACCOUNT_DEBIT slip not printing information about paid fines/fees
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24381: (follow-up) Add USE statements
Bug-24381-follow-up-Add-USE-statements.patch (text/plain), 2.43 KB, created by
Kyle M Hall (khall)
on 2022-10-21 13:38:20 UTC
(
hide
)
Description:
Bug 24381: (follow-up) Add USE statements
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2022-10-21 13:38:20 UTC
Size:
2.43 KB
patch
obsolete
>From 65ab690567a1a1a9331297efc900214a497430cf Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Thu, 22 Sep 2022 21:30:57 +0000 >Subject: [PATCH] Bug 24381: (follow-up) Add USE statements > >Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > installer/data/mysql/atomicupdate/bug_24381.perl | 5 +++++ > installer/data/mysql/en/mandatory/sample_notices.yml | 3 +++ > 2 files changed, 8 insertions(+) > >diff --git a/installer/data/mysql/atomicupdate/bug_24381.perl b/installer/data/mysql/atomicupdate/bug_24381.perl >index e3a5432618..62b07ed757 100644 >--- a/installer/data/mysql/atomicupdate/bug_24381.perl >+++ b/installer/data/mysql/atomicupdate/bug_24381.perl >@@ -4,6 +4,7 @@ if ( CheckVersion($DBversion) ) { > # ACCOUNT_CREDIT > my $account_credit = q{ > [%- USE AuthorisedValues -%] >+ [%- USE KohaDates -%] > [%- USE Price -%] > [%- PROCESS "accounts.inc" -%] > <table> >@@ -134,6 +135,8 @@ q{UPDATE letter SET content = ? WHERE code = 'ACCOUNT_CREDIT' AND REPLACE(REPLAC > # ACCOUNT_DEBIT > my $account_debit = q{ > [% PROCESS "accounts.inc" %] >+ [%- USE Price -%] >+ [%- USE KohaDates -%] > <table> > [% IF ( LibraryName ) %] > <tr> >@@ -237,6 +240,8 @@ q{UPDATE letter SET content = ? WHERE code = 'ACCOUNT_DEBIT' AND REPLACE(REPLACE > # RECEIPT > my $receipt = q{ > [% PROCESS "accounts.inc" %] >+ [%- USE KohaDates -%] >+ [%- USE Price -%] > <table> > [% IF ( LibraryName ) %] > <tr> >diff --git a/installer/data/mysql/en/mandatory/sample_notices.yml b/installer/data/mysql/en/mandatory/sample_notices.yml >index aba7bf02e7..738cd55bbd 100644 >--- a/installer/data/mysql/en/mandatory/sample_notices.yml >+++ b/installer/data/mysql/en/mandatory/sample_notices.yml >@@ -53,6 +53,8 @@ tables: > lang: default > content: > - "[%- USE AuthorisedValues -%]" >+ - "[%- USE KohaDates -%]" >+ - "[%- USE Price -%]" > - "[%- PROCESS \"accounts.inc\" -%]" > - "<table>" > - " [% IF ( LibraryName ) %]" >@@ -172,6 +174,7 @@ tables: > lang: default > content: > - "[% USE Price %]" >+ - "[% USE KohaDates %]" > - "[% PROCESS \"accounts.inc\" %]" > - "<table>" > - " [% IF ( LibraryName ) %]" >-- >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 24381
:
106946
|
106947
|
106950
|
106951
|
106952
|
106953
|
106956
|
106957
|
106958
|
106959
|
106960
|
106974
|
106975
|
106976
|
106977
|
110210
|
110211
|
110212
|
110213
|
110461
|
110462
|
110463
|
110464
|
111530
|
111531
|
111532
|
111533
|
111534
|
111590
|
111591
|
111592
|
111593
|
111594
|
111595
|
116394
|
140868
|
140869
|
140870
|
140871
|
140872
|
140873
|
141619
|
141620
|
141621
|
141622
|
141623
|
142386
|
142387
|
142388
|
142389
| 142390