Bugzilla – Attachment 62360 Details for
Bug 18429
Receiving an item should update the datelastseen
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18429 - Receiving an item should update the datelastseen
Bug-18429---Receiving-an-item-should-update-the-da.patch (text/plain), 1.42 KB, created by
Marcel de Rooy
on 2017-04-19 11:22:02 UTC
(
hide
)
Description:
Bug 18429 - Receiving an item should update the datelastseen
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2017-04-19 11:22:02 UTC
Size:
1.42 KB
patch
obsolete
>From d71d91ecb699e6981d4a76f300eac311a2b8be49 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Thu, 13 Apr 2017 09:55:15 -0400 >Subject: [PATCH] Bug 18429 - Receiving an item should update the datelastseen >MIME-Version: 1.0 >Content-Type: text/plain; charset=utf-8 >Content-Transfer-Encoding: 8bit >Content-Type: text/plain; charset=utf-8 > >To test: >0 - Ensure AcqCreateItem is set to 'placing an order' >1 - Order some items, note entrydate and datelastseen match >2 - Alter those dates to be earlier than today (or wait some days) >3 - Recieve the item and note datelast seen not updated >4 - Apply patch >5 - Repeat 1-3 >6 - Date last seen should be updated. > >Followed test plan, works as expected. >Signed-off-by: Marc Véron <veron@veron.ch> > >Works as expected. >Signed-off-by: Christopher Brannon <cbrannon@cdalibrary.org> > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > acqui/finishreceive.pl | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/acqui/finishreceive.pl b/acqui/finishreceive.pl >index 2c6340c..6a82f54 100755 >--- a/acqui/finishreceive.pl >+++ b/acqui/finishreceive.pl >@@ -150,6 +150,7 @@ ModItem( > { > booksellerid => $booksellerid, > dateaccessioned => $datereceived, >+ datelastseen => $datereceived, > price => $unitprice, > replacementprice => $order->{rrp}, > replacementpricedate => $datereceived, >-- >2.1.4
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 18429
:
62148
|
62153
|
62154
| 62360