Bugzilla – Attachment 82301 Details for
Bug 15836
Labels: Offer configuration option for splitting call numbers
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15836: Remove debug statement
Bug-15836-Remove-debug-statement.patch (text/plain), 845 bytes, created by
Jonathan Druart
on 2018-11-13 15:06:41 UTC
(
hide
)
Description:
Bug 15836: Remove debug statement
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2018-11-13 15:06:41 UTC
Size:
845 bytes
patch
obsolete
>From 493c6898d505d364f6f36327274f7fc86ee134c5 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 13 Nov 2018 11:51:44 -0300 >Subject: [PATCH] Bug 15836: Remove debug statement > >--- > svc/split_callnumbers | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/svc/split_callnumbers b/svc/split_callnumbers >index c52f4ed6a5..8c85a58546 100644 >--- a/svc/split_callnumbers >+++ b/svc/split_callnumbers >@@ -11,7 +11,6 @@ sub get_split_callnumbers { > my $regexs = from_json( $query->param('regexs') ); > my $c = $query->param('callnumbers'); > my @callnumbers = split "\n", $c; >- use Data::Printer colored => 1; warn p $c; > my @callnumbers_split; > for my $callnumber ( @callnumbers ) { > my @lines = C4::ClassSplitRoutine::RegEx::split_callnumber($callnumber, $regexs); >-- >2.11.0
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 15836
:
76691
|
76692
|
76693
|
76694
|
76695
|
76696
|
77061
|
77079
|
77306
|
78791
|
78793
|
78795
|
78796
|
78798
|
78799
|
79029
|
80339
|
80340
|
80341
|
80342
|
80343
|
80344
|
80345
|
80346
|
80347
|
80548
|
80549
|
80550
|
80551
|
80552
|
80553
|
80554
|
80555
|
80556
|
81033
|
81034
|
81035
|
81036
|
81037
|
81038
|
81039
|
81040
|
81041
|
81627
|
81628
|
81629
|
81630
|
81631
|
81632
|
81633
|
81634
|
81635
|
82110
|
82112
|
82113
|
82118
|
82119
|
82120
|
82289
|
82290
|
82291
|
82292
|
82293
|
82294
|
82295
|
82296
|
82297
|
82298
|
82299
|
82300
| 82301 |
82302
|
82317
|
82318
|
82319
|
82321