From 772275440e79d9ee00ba998df6e8f5a18ce9d591 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 (invoice.pl - uncertainprices) 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 Signed-off-by: Jonathan Druart Signed-off-by: Nick Clemens (cherry picked from commit db7e3a41b15829a11d9f4465c95e36c7fd3eb735) Signed-off-by: Fridolin Somers --- acqui/invoice.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/acqui/invoice.pl b/acqui/invoice.pl index dd1360fd69..1ed46cffef 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.39.5