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

(-)a/Koha/Acquisition/Invoice.pm (-3 / +2 lines)
Lines 64-72 sub to_api_mapping { Link Here
64
        booksellerid          => 'vendor_id',
64
        booksellerid          => 'vendor_id',
65
        shipmentdate          => 'shipping_date',
65
        shipmentdate          => 'shipping_date',
66
        billingdate           => 'invoice_date',
66
        billingdate           => 'invoice_date',
67
        closedate             => 'close_date',
67
        closedate             => 'closed_date',
68
        shipmentcost          => 'shipping_cost',
68
        shipmentcost          => 'shipping_cost',
69
        shipmentcost_budgetid => 'shipping_cost_budget_id',
69
        shipmentcost_budgetid => 'shipping_fund_id',
70
        message_id            => undef
70
        message_id            => undef
71
    };
71
    };
72
}
72
}
73
- 

Return to bug 24462