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: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/