https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16288 Bug ID: 16288 Summary: Edifact sysprefs EDIfactEAN and EDIInvoicesShippingBudget problems Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Architecture, internals, and plumbing Assignee: gmcharlt@gmail.com Reporter: tomascohen@gmail.com QA Contact: testopia@bugs.koha-community.org Bug 7736 introduced this two problematic sysprefs: EDIInvoicesShippingBudget: * sysprefs.sql: YAY! * updatedatabase.pl: YAY! * acquisitions.pref: BOOOOO, missing * The syspref is not actually used: To reproduce: - Run $ git grep EDIInvoicesShippingBudget => FAIL: Only shows in sysprefs.sql and updatedatabase.pl EDIfactEAN: * sysprefs.sql: BOOOOO, missing * updatedatabase.pl: BOOOOO, missing * acquisitions.pref: BOOOOO, missing * The syspref is actually used: To reproduce: - Run $ git grep EDIfactEAN => FAIL: The not-introduced syspref is actually used: Koha/EDI.pm: $ean ||= C4::Context->preference('EDIfactEAN'); -- You are receiving this mail because: You are watching all bug changes.