Bugzilla – Attachment 29957 Details for
Bug 12619
Shipment date gets lost on finishing the invoice
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 12619 - Shipment date gets lost on finishing and/or editing the invoice
Bug-12619---Shipment-date-gets-lost-on-finishing-a.patch (text/plain), 1.38 KB, created by
Jacek Ablewicz
on 2014-07-22 16:12:31 UTC
(
hide
)
Description:
Bug 12619 - Shipment date gets lost on finishing and/or editing the invoice
Filename:
MIME Type:
Creator:
Jacek Ablewicz
Created:
2014-07-22 16:12:31 UTC
Size:
1.38 KB
patch
obsolete
>From 49498d152ebcb68a84bdfad7ad9e6cf32d1df9da Mon Sep 17 00:00:00 2001 >From: Jacek Ablewicz <abl@biblos.pk.edu.pl> >Date: Tue, 22 Jul 2014 17:57:01 +0200 >Subject: [PATCH] Bug 12619 - Shipment date gets lost on finishing and/or > editing the invoice > >To reproduce: >- Create a new shipment, make sure to add a shipment date >- Receive or not receive orders >- Finish receiving with the button at the bottom of the page >- Verify that shipment date is now empty > >To test: >- reproduce the aforementioned issue >- apply patch >- confirm that the issue is no longer rerpoductible (= shipment date is >not getting lost any longer), and that there are no apparent regresssions >of any kind involving invoice shipment date entering and/or editing >- sign off >--- > acqui/invoice.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/acqui/invoice.pl b/acqui/invoice.pl >index 6608947..21ae2d0 100755 >--- a/acqui/invoice.pl >+++ b/acqui/invoice.pl >@@ -158,7 +158,7 @@ $template->param( > invoicenumber => $details->{'invoicenumber'}, > suppliername => $details->{'suppliername'}, > booksellerid => $details->{'booksellerid'}, >- datereceived => $details->{'datereceived'}, >+ shipmentdate => $details->{'shipmentdate'}, > billingdate => $details->{'billingdate'}, > invoiceclosedate => $details->{'closedate'}, > shipmentcost => $details->{'shipmentcost'}, >-- >1.7.10.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 12619
:
29957
|
30245
|
30314