[Koha-bugs] [Bug 7113] Standardize vendor id name in templates and scripts

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jan 19 12:07:30 CET 2012


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

Jonathan Druart <jonathan.druart at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Signed Off                  |Patch doesn't apply
                 CC|                            |jonathan.druart at biblibre.co
                   |                            |m

--- Comment #16 from Jonathan Druart <jonathan.druart at biblibre.com> 2012-01-19 11:07:30 UTC ---
This patch doesn't apply, conflict in z3950_search.tt

CONFLICT (content): Merge conflict in
koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt


ps:
I think occurrences in C4/Acquisition.pm can be replaced easily.
For example:
    if (defined $supplierid) {
        $from .= ' AND aqbasket.booksellerid = ? ';
        push @query_params, $supplierid;
    }

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list