Bugzilla – Attachment 62154 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]
[SIGNED OFF] Bug 18429 - Receiving an item should update the datelastseen
SIGNED-OFF-Bug-18429---Receiving-an-item-should-up.patch (text/plain), 1.33 KB, created by
Christopher Brannon
on 2017-04-13 21:11:14 UTC
(
hide
)
Description:
[SIGNED OFF] Bug 18429 - Receiving an item should update the datelastseen
Filename:
MIME Type:
Creator:
Christopher Brannon
Created:
2017-04-13 21:11:14 UTC
Size:
1.33 KB
patch
obsolete
>From 613109afa5d9dfbca7ce5b4e63434a42303a4976 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Thu, 13 Apr 2017 09:55:15 -0400 >Subject: [PATCH] [SIGNED OFF] Bug 18429 - Receiving an item should update the > datelastseen >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >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> >--- > 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