https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19953 --- Comment #6 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- Comment on attachment 72676 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=72676 Bug 19953: Record page: acquisition details: add column for invoice Review of attachment 72676: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=19953&attachment=72676) ----------------------------------------------------------------- ::: koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt @@ +695,4 @@
[% END %] </td> <td> + [% IF (order.invoiceid) %]
I think it would be nicer to check the permission here like we do on the next column. Strangely it seems we don't have a separate permission for managing invoices in acq, the templates check for "any permission in the acquisitions module". Could you mirror that here? -- You are receiving this mail because: You are watching all bug changes.