Bugzilla – Attachment 60634 Details for
Bug 7663
batch add barcodes to a list
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 7663: Fix bad merge conflict with bug 15584
Bug-7663-Fix-bad-merge-conflict-with-bug-15584.patch (text/plain), 1.96 KB, created by
Jonathan Druart
on 2017-02-24 07:47:00 UTC
(
hide
)
Description:
Bug 7663: Fix bad merge conflict with bug 15584
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2017-02-24 07:47:00 UTC
Size:
1.96 KB
patch
obsolete
>From 254b647360e04dbfd22ce2146d038874e8b40702 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Fri, 24 Feb 2017 07:46:19 +0000 >Subject: [PATCH] Bug 7663: Fix bad merge conflict with bug 15584 > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > virtualshelves/shelves.pl | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > >diff --git a/virtualshelves/shelves.pl b/virtualshelves/shelves.pl >index a6d04ce..c328869 100755 >--- a/virtualshelves/shelves.pl >+++ b/virtualshelves/shelves.pl >@@ -151,18 +151,18 @@ if ( $op eq 'add_form' ) { > my $biblio = GetBiblioFromItemNumber( $item->{itemnumber} ); > my $added = eval { $shelf->add_biblio( $biblio->{biblionumber}, $loggedinuser ); }; > if ($@) { >- push @messages, { item_barcode => $barcode, type => 'error', code => ref($@), msg => $@ }; >+ push @messages, { item_barcode => $barcode, type => 'alert', code => ref($@), msg => $@ }; > } elsif ( $added ) { > push @messages, { item_barcode => $barcode, type => 'message', code => 'success_on_add_biblio' }; > } else { > push @messages, { item_barcode => $barcode, type => 'message', code => 'error_on_add_biblio' }; > } > } else { >- push @messages, { item_barcode => $barcode, type => 'error', code => 'item_does_not_exist' }; >+ push @messages, { item_barcode => $barcode, type => 'alert', code => 'item_does_not_exist' }; > } > } > } else { >- push @messages, { type => 'error', code => 'unauthorized_on_add_biblio' }; >+ push @messages, { type => 'alert', code => 'unauthorized_on_add_biblio' }; > } > } > } else { >-- >2.1.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 7663
:
57855
|
57865
|
57868
|
60627
|
60628
|
60632
|
60633
| 60634