Lines 386-391
$template->param(
Link Here
|
386 |
# CHECKME: gst-stuff needs verifing, mason. |
386 |
# CHECKME: gst-stuff needs verifing, mason. |
387 |
gstrate => $bookseller->{'gstrate'} // C4::Context->preference("gist") // 0, |
387 |
gstrate => $bookseller->{'gstrate'} // C4::Context->preference("gist") // 0, |
388 |
gstreg => $bookseller->{'gstreg'}, |
388 |
gstreg => $bookseller->{'gstreg'}, |
|
|
389 |
acqcreate => C4::Context->preference("AcqCreateItem") eq "ordering" ? 1 : "" |
389 |
); |
390 |
); |
390 |
|
391 |
|
391 |
output_html_with_http_headers $input, $cookie, $template->output; |
392 |
output_html_with_http_headers $input, $cookie, $template->output; |