Bugzilla – Attachment 164941 Details for
Bug 36002
Get rid of aqorders.purchaseordernumber
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36002: Remove last references to purchaseordernumber
Bug-36002-Remove-last-references-to-purchaseordern.patch (text/plain), 2.16 KB, created by
Kyle M Hall (khall)
on 2024-04-16 14:00:14 UTC
(
hide
)
Description:
Bug 36002: Remove last references to purchaseordernumber
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2024-04-16 14:00:14 UTC
Size:
2.16 KB
patch
obsolete
>From 39928a65710aba6ca811b95f4050d41214eb0930 Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Tue, 6 Feb 2024 13:47:25 +0000 >Subject: [PATCH] Bug 36002: Remove last references to purchaseordernumber > >Test plan: >Git grep for it. Ignore update22to30.pl and atomicupdate. >Verify that you can still create/update/delete an acq order. > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > Koha/Acquisition/Order.pm | 2 -- > Koha/Database/Columns.pm | 1 - > 2 files changed, 3 deletions(-) > >diff --git a/Koha/Acquisition/Order.pm b/Koha/Acquisition/Order.pm >index e0fea073f1a..4b0eee905c1 100644 >--- a/Koha/Acquisition/Order.pm >+++ b/Koha/Acquisition/Order.pm >@@ -455,7 +455,6 @@ sub duplicate_to { > invoiceid > datecancellationprinted > cancellationreason >- purchaseordernumber > claims_count > claimed_date > parent_ordernumber >@@ -649,7 +648,6 @@ sub to_api_mapping { > ordernumber => 'order_id', > orderstatus => 'status', > parent_ordernumber => 'parent_order_id', >- purchaseordernumber => undef, # obsolete > quantityreceived => 'quantity_received', > replacementprice => 'replacement_price', > sort1 => 'statistics_1', >diff --git a/Koha/Database/Columns.pm b/Koha/Database/Columns.pm >index 4637d0cab3a..1742a09cf00 100644 >--- a/Koha/Database/Columns.pm >+++ b/Koha/Database/Columns.pm >@@ -85,7 +85,6 @@ sub columns { > "ordernumber" => __("Order number"), > "orderstatus" => __("Order status"), > "parent_ordernumber" => __("Parent order number (internal)"), >- "purchaseordernumber" => __("Not used (deprecated)"), > "quantity" => __("Quantity"), > "quantityreceived" => __("Quantity received"), > "replacementprice" => __("Replacement price"), >-- >2.30.2
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 36002
:
161779
|
161780
|
161781
|
161782
|
164938
|
164939
|
164940
|
164941
|
165386
|
165387
|
165388
|
165389
|
165853