Bugzilla – Attachment 62153 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.24 KB, created by
Marc Véron
on 2017-04-13 20:22:02 UTC
(
hide
)
Description:
Bug 18429 - Receiving an item should update the datelastseen
Filename:
MIME Type:
Creator:
Marc Véron
Created:
2017-04-13 20:22:02 UTC
Size:
1.24 KB
patch
obsolete
>From 86ccf3aa164fd71105472a6d358d3daf5eff7240 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 > >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> >--- > 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