View | Details | Raw Unified | Return to bug 18177
Collapse All | Expand All

(-)a/Koha/Acquisition/Bookseller.pm (-1 lines)
Lines 86-92 sub to_api_mapping { Link Here
86
        bookselleremail => undef,
86
        bookselleremail => undef,
87
        booksellerurl   => undef,
87
        booksellerurl   => undef,
88
        currency        => undef,
88
        currency        => undef,
89
        othersupplier   => undef,
90
        listprice       => 'list_currency',
89
        listprice       => 'list_currency',
91
        invoiceprice    => 'invoice_currency',
90
        invoiceprice    => 'invoice_currency',
92
        gstreg          => 'gst',
91
        gstreg          => 'gst',
(-)a/t/db_dependent/Bookseller.t (-2 / +1 lines)
Lines 767-773 sub field_filter { Link Here
767
767
768
    for my $field (
768
    for my $field (
769
        'bookselleremail', 'booksellerfax',
769
        'bookselleremail', 'booksellerfax',
770
        'booksellerurl',   'othersupplier',
770
        'booksellerurl',
771
        'currency',        'invoiceprice',
771
        'currency',        'invoiceprice',
772
        'listprice',       'contacts'
772
        'listprice',       'contacts'
773
      )
773
      )
774
- 

Return to bug 18177