@@ -, +, @@ and/or editing the invoice - 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 - reproduce the aforementioned issue - apply patch - confirm that the issue is no longer rerpoductible (= shipment date is - sign off --- acqui/invoice.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/acqui/invoice.pl +++ a/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'}, --