Bugzilla – Attachment 181582 Details for
Bug 39711
Migrate C4::Contract to object classes
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 39711: Remove ->store
Bug-39711-Remove--store.patch (text/plain), 927 bytes, created by
Jonathan Druart
on 2025-04-28 09:50:39 UTC
(
hide
)
Description:
Bug 39711: Remove ->store
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2025-04-28 09:50:39 UTC
Size:
927 bytes
patch
obsolete
>From 340308b0d289bef3199d5b6da6fc0983a3ef6b65 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Mon, 28 Apr 2025 11:50:05 +0200 >Subject: [PATCH] Bug 39711: Remove ->store > >It's NOT NULL at the DB level, we don't need to deal with that >constraint here. >--- > Koha/Acquisition/Contract.pm | 13 ------------- > 1 file changed, 13 deletions(-) > >diff --git a/Koha/Acquisition/Contract.pm b/Koha/Acquisition/Contract.pm >index 737a3e9e5e6..1a4a559cd47 100644 >--- a/Koha/Acquisition/Contract.pm >+++ b/Koha/Acquisition/Contract.pm >@@ -31,19 +31,6 @@ Koha::Acquisition::Contract - Koha Acquisition Contract Object class > > =cut > >-=head3 store >- >-=cut >- >-sub store { >- my ($self) = @_; >- >- Koha::Exceptions::MissingParameter->throw("Missing mandatory parameter: booksellerid") >- unless $self->booksellerid; >- >- return $self->SUPER::store(); >-} >- > =head3 _type > > =cut >-- >2.34.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 39711
:
181453
|
181454
|
181455
|
181456
|
181457
|
181458
|
181459
|
181460
|
181461
|
181580
|
181581
| 181582 |
181583
|
181584
|
181586
|
181587
|
181588