Bugzilla – Attachment 8320 Details for
Bug 7735
Removal of C4::Dates from acqui/ordered.pl and acqui/spent.pl
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 7735: removal of C4::Dates when unused
PASSED-QA-Bug-7735-removal-of-C4Dates-when-unused.patch (text/plain), 1.11 KB, created by
Ian Walls
on 2012-03-20 00:28:58 UTC
(
hide
)
Description:
[PASSED QA] Bug 7735: removal of C4::Dates when unused
Filename:
MIME Type:
Creator:
Ian Walls
Created:
2012-03-20 00:28:58 UTC
Size:
1.11 KB
patch
obsolete
>From 57adafc21f7219f7121ae02bcd21ffdfff71236a Mon Sep 17 00:00:00 2001 >From: Adrien Saurat <adrien.saurat@biblibre.com> >Date: Mon, 19 Mar 2012 14:16:47 +0100 >Subject: [PATCH] [PASSED QA] Bug 7735: removal of C4::Dates when unused > >Removes use of C4::Dates in acqui/ordered.pl and acqui/spent.pl > >Signed-off-by: Ian Walls <koha.sekjal@gmail.com> >--- > acqui/ordered.pl | 1 - > acqui/spent.pl | 3 +-- > 2 files changed, 1 insertions(+), 3 deletions(-) > >diff --git a/acqui/ordered.pl b/acqui/ordered.pl >index ad6883a..cdf2cd7 100755 >--- a/acqui/ordered.pl >+++ b/acqui/ordered.pl >@@ -33,7 +33,6 @@ use warnings; > use CGI; > use C4::Auth; > use C4::Output; >-use C4::Dates; > > my $dbh = C4::Context->dbh; > my $input = new CGI; >diff --git a/acqui/spent.pl b/acqui/spent.pl >index 954fdf6..0dcba98 100755 >--- a/acqui/spent.pl >+++ b/acqui/spent.pl >@@ -25,14 +25,13 @@ > > =head1 DESCRIPTION > >-this script is designed to show the spent amount in budges >+this script is designed to show the spent amount in budgets > > =cut > > use C4::Context; > use C4::Auth; > use C4::Output; >-use C4::Dates; > use strict; > use warnings; > use CGI; >-- >1.7.0.4
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 7735
:
8274
| 8320