Bugzilla – Attachment 36504 Details for
Bug 12769
Manage fees for sending notices
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 12769 - Display fee in notice fee
Bug-12769---Display-fee-in-notice-fee.patch (text/plain), 825 bytes, created by
Ahmed Sfayhi
on 2015-03-04 16:54:07 UTC
(
hide
)
Description:
Bug 12769 - Display fee in notice fee
Filename:
MIME Type:
Creator:
Ahmed Sfayhi
Created:
2015-03-04 16:54:07 UTC
Size:
825 bytes
patch
obsolete
>From 5c5452db206c262195a2f789d20d95aefa8e1bba Mon Sep 17 00:00:00 2001 >From: ahmed <ahmed@inlibro.com> >Date: Wed, 4 Mar 2015 11:51:11 -0500 >Subject: [PATCH] Bug 12769 - Display fee in notice fee > >--- > C4/Letters.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/C4/Letters.pm b/C4/Letters.pm >index a11c862..b6c53ed 100644 >--- a/C4/Letters.pm >+++ b/C4/Letters.pm >@@ -119,7 +119,7 @@ sub GetLetterTemplates { > my $dbh = C4::Context->dbh; > my $letters = $dbh->selectall_hashref( > q| >- SELECT module, code, branchcode, name, is_html, title, content, message_transport_type >+ SELECT module, code, branchcode, name, fee, is_html, title, content, message_transport_type > FROM letter > WHERE module = ? > AND code = ? >-- >1.7.9.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 12769
:
34335
|
36318
|
36351
|
36504
|
39900
|
39918
|
39919
|
40081
|
40082