Bugzilla – Attachment 62148 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.07 KB, created by
Nick Clemens (kidclamp)
on 2017-04-13 13:58:38 UTC
(
hide
)
Description:
Bug 18429 - Receiving an item should update the datelastseen
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2017-04-13 13:58:38 UTC
Size:
1.07 KB
patch
obsolete
>From 1d8f60c71a9e21cb2045c7e4e321a7988d97ce9f 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 > >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. >--- > 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