Bugzilla – Attachment 111691 Details for
Bug 26172
Add a cashup summary view (with option to print)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 26172: Fix return value for ->register
Bug-26172-Fix-return-value-for--register.patch (text/plain), 779 bytes, created by
Jonathan Druart
on 2020-10-15 09:48:59 UTC
(
hide
)
Description:
Bug 26172: Fix return value for ->register
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2020-10-15 09:48:59 UTC
Size:
779 bytes
patch
obsolete
>From a25c3703ee6f29e1233a5cf8434d4c0c306bb46e Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 15 Oct 2020 11:45:26 +0200 >Subject: [PATCH] Bug 26172: Fix return value for ->register > >There is a ON CASCADE DELETE clause on this FK >--- > Koha/Cash/Register/Action.pm | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/Koha/Cash/Register/Action.pm b/Koha/Cash/Register/Action.pm >index 5ffdb4167f..157ee7daf6 100644 >--- a/Koha/Cash/Register/Action.pm >+++ b/Koha/Cash/Register/Action.pm >@@ -57,7 +57,6 @@ Return the register linked to this cash register::action > sub register { > my ($self) = @_; > my $rs = $self->_result->register; >- return unless $rs; > return Koha::Cash::Register->_new_from_dbic($rs); > } > >-- >2.20.1
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 26172
:
108093
|
108095
|
108523
|
108817
|
108818
|
108822
|
108825
|
108826
|
108827
|
111162
|
111163
|
111164
|
111598
|
111599
|
111600
|
111601
|
111629
|
111630
|
111631
|
111632
|
111633
|
111634
|
111668
|
111683
|
111691
|
111692
|
111731
|
111732
|
112907
|
112908
|
112909