Bugzilla – Attachment 42951 Details for
Bug 14922
Remove C4::Dates from cataloguing/additem.pl
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 14922 - Remove C4::Dates from cataloguing/additem.pl
Bug-14922---Remove-C4Dates-from-cataloguingadditem.patch (text/plain), 877 bytes, created by
Marc Véron
on 2015-09-29 13:44:27 UTC
(
hide
)
Description:
Bug 14922 - Remove C4::Dates from cataloguing/additem.pl
Filename:
MIME Type:
Creator:
Marc Véron
Created:
2015-09-29 13:44:27 UTC
Size:
877 bytes
patch
obsolete
>From 099690fef58a63922736dbeeaca2c46b62a8cfea Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Marc=20V=C3=A9ron?= <veron@veron.ch> >Date: Tue, 29 Sep 2015 15:40:24 +0200 >Subject: [PATCH] Bug 14922 - Remove C4::Dates from cataloguing/additem.pl > >C4::Dates is not used in this file. Removed. > >To test: >- Apply patch. >- Search a biblio >- Add/Edit items >- Verify that everything behaves as without patch >--- > cataloguing/additem.pl | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/cataloguing/additem.pl b/cataloguing/additem.pl >index 696f3cd..fc9ae4f 100755 >--- a/cataloguing/additem.pl >+++ b/cataloguing/additem.pl >@@ -31,7 +31,6 @@ use C4::Circulation; > use C4::Koha; # XXX subfield_is_koha_internal_p > use C4::Branch; # XXX subfield_is_koha_internal_p > use C4::ClassSource; >-use C4::Dates; > use List::MoreUtils qw/any/; > use C4::Search; > use Storable qw(thaw freeze); >-- >1.7.10.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 14922
:
42951
|
42973
|
42987
|
43069
|
43203
|
43215
|
43216
|
43435
|
43436