From d1768a67fb7b8d06cb361792d6db5e96df1c4815 Mon Sep 17 00:00:00 2001 From: rangi Date: Wed, 29 Jun 2005 01:00:49 +0000 Subject: [PATCH] Some of the values from the bookseller table werent being passed through to the templates --- acqui/newbiblio.pl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/acqui/newbiblio.pl b/acqui/newbiblio.pl index d6b374bc19..9f9f09aa51 100755 --- a/acqui/newbiblio.pl +++ b/acqui/newbiblio.pl @@ -169,6 +169,9 @@ $template->param( existing => $biblio, listincgst => $booksellers[0]->{'listincgst'}, listprice => $booksellers[0]->{'listprice'}, gstreg => $booksellers[0]->{'gstreg'}, + invoiceinc => $booksellers[0]->{'invoiceincgst'}, + invoicedisc => $booksellers[0]->{'invoicedisc'}, + nocalc => $booksellers[0]->{'nocalc'}, name => $booksellers[0]->{'name'}, currency => $booksellers[0]->{'listprice'}, gstrate => C4::Context->preference("gist") , -- 2.39.2