Bugzilla – Attachment 174961 Details for
Bug 36846
Collected and change variables are set to 0.00 when printing from POS Transaction history
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36846: PROOF OF ISSUE
Bug-36846-PROOF-OF-ISSUE.patch (text/plain), 1.03 KB, created by
Jacob O'Mara
on 2024-11-24 12:47:50 UTC
(
hide
)
Description:
Bug 36846: PROOF OF ISSUE
Filename:
MIME Type:
Creator:
Jacob O'Mara
Created:
2024-11-24 12:47:50 UTC
Size:
1.03 KB
patch
obsolete
>From d6eb297af06da971dfe632981e056190b4f1cd08 Mon Sep 17 00:00:00 2001 >From: Jacob O'Mara <jacobomara901@gmail.com> >Date: Sun, 24 Nov 2024 12:46:24 +0000 >Subject: [PATCH] Bug 36846: PROOF OF ISSUE > >This patch is a proof of issue and not a fix. >--- > members/printfeercpt.pl | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/members/printfeercpt.pl b/members/printfeercpt.pl >index 04ed5b3789..facb8a96ab 100755 >--- a/members/printfeercpt.pl >+++ b/members/printfeercpt.pl >@@ -67,7 +67,7 @@ my $letter = C4::Letters::GetPreparedLetter( > }, > substitute => { > tendered => scalar $input->param('tendered'), >- change => scalar $input->param('change') >+ change_given => scalar $input->param('change_given') > } > ); > >@@ -83,7 +83,7 @@ $letter //= C4::Letters::GetPreparedLetter( > }, > substitute => { > tendered => scalar $input->param('tendered'), >- change => scalar $input->param('change') >+ change_given => scalar $input->param('change_given') > } > ); > >-- >2.39.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 36846
: 174961