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

(-)a/Koha/Acquisition/Basket.pm (-4 / +3 lines)
Lines 125-135 sub to_api_mapping { Link Here
125
        creationdate            => 'creation_date',
125
        creationdate            => 'creation_date',
126
        closedate               => 'close_date',
126
        closedate               => 'close_date',
127
        booksellerid            => 'vendor_id',
127
        booksellerid            => 'vendor_id',
128
        authorisedby            => 'authorised_by',
128
        authorisedby            => 'creator_id',
129
        booksellerinvoicenumber => undef,
129
        booksellerinvoicenumber => undef,
130
        basketgroupid           => 'basket_group_id',
130
        basketgroupid           => 'basket_group_id',
131
        deliveryplace           => 'delivery_place',
131
        deliveryplace           => 'delivery_library_id',
132
        billingplace            => 'billing_place',
132
        billingplace            => 'billing_library_id',
133
        branch                  => 'library_id',
133
        branch                  => 'library_id',
134
        is_standing             => 'standing'
134
        is_standing             => 'standing'
135
    };
135
    };
136
- 

Return to bug 24918