[Koha-bugs] [Bug 16288] New: Edifact sysprefs EDIfactEAN and EDIInvoicesShippingBudget problems

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Apr 18 21:00:04 CEST 2016


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 at gmail.com
          Reporter: tomascohen at gmail.com
        QA Contact: testopia at 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.


More information about the Koha-bugs mailing list