https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30144 --- Comment #75 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- Created attachment 205179 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=205179&action=edit Bug 30144: (QA follow-up) Only show servicing instructions when EDIFACT is available The new servicing instructions UI on the "add order" form was showing unconditionally, even when the EDIFACT system preference is disabled or the vendor has no EDI account configured. Elsewhere in acquisitions (e.g. acqui/basket.tt) EDI-only UI is gated on Koha.Preference('EDIFACT') && ediaccount, so apply the same check here. Test plan: 1. With EDIFACT disabled, or EDIFACT enabled but the vendor has no entry in vendor_edi_accounts, open Acquisitions > a basket > Add order (neworderempty.pl) => No "Servicing instructions" field is shown 2. Enable EDIFACT and add a vendor_edi_accounts row for the vendor => The "Servicing instructions" field appears and behaves as before Signed-off-by: Martin Renvoize <martin.renvoize@openfifth.co.uk> -- You are receiving this mail because: You are watching all bug changes.