Variable "$template" is not available at /home/vagrant/kohaclone/acqui/invoice.pl line 204. 204 $template->param( uncertainprices => 1 ); uncertainprices is not used in the template (this code has been c/p from basket.pl). We can remove this line to remove the warning
Created attachment 70544 [details] [review] Bug 19839: Removed Warning 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)
Created attachment 70552 [details] [review] Bug 19839: Removed Warning 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 <m.de.rooy@rijksmuseum.nl>
Pushed to master for 18.05, thanks to everybody involved!
Awesome work all! Pushed to Stable for 17.11.02
Pushed to 17.05.x for v17.05.09 Less warn in logs saves trees ;)