Bugzilla – Attachment 189402 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
Matt Blenkinsop
on 2025-11-10 13:21:57 UTC
(
hide
)
Description:
Bug 39711: Remove ->store
Filename:
MIME Type:
Creator:
Matt Blenkinsop
Created:
2025-11-10 13:21:57 UTC
Size:
927 bytes
patch
obsolete
>From 91edc34b65d3c2983496b1708f63820464e94d8c 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.50.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
|
189393
|
189394
|
189395
|
189396
|
189397
|
189398
|
189399
|
189400
|
189401
| 189402 |
189403
|
189404
|
189405
|
189406
|
189407