Bugzilla – Attachment 69178 Details for
Bug 19593
[16.11.x] "Delete vendor" button is always set
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Rennes 2 local correction for basketcount and subscriptioncount calls
0001-current-16.11.x-KohaR2-Basketcount-correction-on-Boo.patch (text/plain), 807 bytes, created by
Gwendal JONCOUR
on 2017-11-16 09:30:42 UTC
(
hide
)
Description:
Rennes 2 local correction for basketcount and subscriptioncount calls
Filename:
MIME Type:
Creator:
Gwendal JONCOUR
Created:
2017-11-16 09:30:42 UTC
Size:
807 bytes
patch
obsolete
>From 5c8a10fb24d539410a7deaca51d1245dc4f8ccea Mon Sep 17 00:00:00 2001 >From: KohaR2 <koha@listes.uhb.fr> >Date: Wed, 8 Nov 2017 12:21:58 +0100 >Subject: [PATCH] [current-16.11.x] [KohaR2] Basketcount correction on > Bookseller.pm > >--- > Koha/Acquisition/Bookseller.pm | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/Koha/Acquisition/Bookseller.pm b/Koha/Acquisition/Bookseller.pm >index 57a6113..326be54 100644 >--- a/Koha/Acquisition/Bookseller.pm >+++ b/Koha/Acquisition/Bookseller.pm >@@ -24,6 +24,8 @@ sub fetch { > return unless $bookseller; > > my $self = $class->new( $bookseller ); >+ $self->{'basketcount'} = $self->basket_count; >+ $self->{'subscriptioncount'} = $self->subscription_count; > $self->contacts; # TODO: This should be generated on demand. > return $self; > } >-- >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 19593
:
69178
|
69708
|
69761
|
69769