From 16fb3ce290808e126d2e335cbe3244376e7926bb Mon Sep 17 00:00:00 2001 From: Grace Smyth Date: Tue, 16 Jan 2018 03:41:15 +0000 Subject: [PATCH] Bug 19839: Removed Warning Content-Type: text/plain; charset=utf-8 Test Plan [1.] Check the patch to see that I have removed: $template->param( uncertainprices => 1 ); from line 204 as Mr Druart has instructed to do (to get to the patch see the comment above by Mr Druart) Signed-off-by: Marcel de Rooy --- acqui/invoice.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/acqui/invoice.pl b/acqui/invoice.pl index dd1360f..1ed46cf 100755 --- a/acqui/invoice.pl +++ b/acqui/invoice.pl @@ -201,7 +201,6 @@ sub get_infos { $line{budget_name} = $budget->{budget_name}; if ( $line{uncertainprice} ) { - $template->param( uncertainprices => 1 ); $line{rrp} .= ' (Uncertain)'; } if ( $line{'title'} ) { -- 2.1.4