@@ -, +, @@ - 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 files changed, 1 insertions(+), 1 deletions(-) --- 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'}, --