[Koha-bugs] [Bug 31115] Additional fields for invoices

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Oct 24 19:08:04 CEST 2022


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31115

--- Comment #16 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
1) Unit tests pass
2) QA tools pass

3) Permission check / links in navigation

+ [% IF CAN_user_acquisition && CAN_user_parameters_manage_additional_fields %]
+ <li>
+   <a
href="/cgi-bin/koha/admin/additional-fields.pl?tablename=aqinvoices">Manage
invoice fields</a>
+  </li>
+ [% END %]
[% IF CAN_user_acquisition_order_manage &&
CAN_user_parameters_manage_additional_fields %]

The new link for additional invoice fields will need "any acq permission" + the
specific administration permission.
The old link for additional basket fields uses the more specific permission
"order_manage".

I've provided a follow-up using edit_invoices for the first link to make things
a bit more consistent.

I could also imagine merging the links into "Manage additional fields" might be
logical a next step, as we also have bug 11844 hopefully moving soon.

4) Tiny follow up for strange hr

Feel free to omit or push at your preference :)
I set the background to a darker color for better contrast and that made it
show up as a strange white line.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list