Bugzilla – Attachment 30314 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]
[PASSED QA] Bug 12619 - Shipment date gets lost on finishing and/or editing the invoice
PASSED-QA-Bug-12619---Shipment-date-gets-lost-on-f.patch (text/plain), 1.56 KB, created by
Katrin Fischer
on 2014-07-29 21:38:55 UTC
(
hide
)
Description:
[PASSED QA] Bug 12619 - Shipment date gets lost on finishing and/or editing the invoice
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2014-07-29 21:38:55 UTC
Size:
1.56 KB
patch
obsolete
>From bfa3aac34c8ae64d26ef3fbf458f963bbacb339b 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] [PASSED QA] 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 > >Signed-off-by: Aleisha <aleishaamohia@hotmail.com> >Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> >Passes tests and QA script, fixes the issues, no problems found. >--- > acqui/invoice.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/acqui/invoice.pl b/acqui/invoice.pl >index 9d5955c..33e5592 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.9.1
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