[Koha-bugs] [Bug 8832] can't enter a tax rate on vendor or when ordering

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Sep 27 09:31:14 CEST 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8832

Katrin Fischer <katrin.fischer at bsz-bw.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |katrin.fischer at bsz-bw.de
         Depends on|                            |5335

--- Comment #2 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
Hi Nicole,

I am quite sure this is a problem introduced by bug 5335:

-    my $default_gst_rate = (C4::Context->preference('gist') * 100) || '0.0';
+    # get option values from gist syspref
+    my @gst_values = map {
+        option => $_
+    }, split( '\|', C4::Context->preference("gist") );

It seems it expects a | separated list of values now for the gist system
preference. I think this maybe slipped in by accident as 5335 doesn't seem to
include a database update of any sort.

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


More information about the Koha-bugs mailing list