Bugzilla – Attachment 110837 Details for
Bug 26268
Remove items.paid for once and for all
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 26268: Remove final references to paidfor db field
Bug-26268-Remove-final-references-to-paidfor-db-fi.patch (text/plain), 1.99 KB, created by
Martin Renvoize (ashimema)
on 2020-09-28 09:19:12 UTC
(
hide
)
Description:
Bug 26268: Remove final references to paidfor db field
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2020-09-28 09:19:12 UTC
Size:
1.99 KB
patch
obsolete
>From 25b751d09e650742df4111f845c73896bf4210c3 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Fri, 21 Aug 2020 11:29:10 +0100 >Subject: [PATCH] Bug 26268: Remove final references to paidfor db field > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > Koha/Item.pm | 2 -- > .../intranet-tmpl/prog/en/modules/admin/preferences/items.json | 1 - > 2 files changed, 3 deletions(-) > >diff --git a/Koha/Item.pm b/Koha/Item.pm >index 0da3a46f00..5b12115932 100644 >--- a/Koha/Item.pm >+++ b/Koha/Item.pm >@@ -183,7 +183,6 @@ sub store { > and $pre_mod_item->itemlost > 0 ) > { > $self->_set_found_trigger($pre_mod_item); >- $self->paidfor(''); > } > > logaction( "CATALOGUING", "MODIFY", $self->itemnumber, "item " . Dumper($self->unblessed) ) >@@ -936,7 +935,6 @@ sub to_api_mapping { > itemnotes => 'public_notes', > itemnotes_nonpublic => 'internal_notes', > holdingbranch => 'holding_library_id', >- paidfor => undef, > timestamp => 'timestamp', > location => 'location', > permanent_location => 'permanent_location', >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/items.json b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/items.json >index af89c0fafe..ceec5c9466 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/items.json >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/items.json >@@ -28,7 +28,6 @@ > "itemnotes": "itemnotes", > "itemnotes_nonpublic": "itemnotes_nonpublic", > "holdingbranch": "holdingbranch", >- "paidfor": "paidfor", > "timestamp": "timestamp", > "location": "location", > "permanent_location": "permanent_location", >-- >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 26268
:
108797
|
108799
|
108807
|
108808
|
108809
|
108810
|
108812
|
108813
|
108814
|
109674
|
109675
|
109676
|
109677
|
109930
|
109931
|
109932
|
109933
|
109934
|
110801
|
110802
|
110803
|
110804
|
110805
|
110806
|
110836
| 110837 |
110838
|
110839
|
110840
|
110841
|
110935