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

(-)a/Koha/EDI.pm (-2 / +12 lines)
Lines 1212-1221 Koha::EDI Link Here
1212
1212
1213
=head2 _discounted_price
1213
=head2 _discounted_price
1214
1214
1215
      ecost = _discounted_price(discount, item_price)
1215
      ecost = _discounted_price(discount, item_price, discounted_price)
1216
1216
1217
      utility subroutine to return a price calculated from the
1217
      utility subroutine to return a price calculated from the
1218
      vendors discount and quoted price
1218
      vendors discount and quoted price
1219
      The optional parameter discounted_price is passed if one occurs
1220
      in the edifact message. It short circuits the calculation and returns
1221
      the supplied value
1219
1222
1220
=head2 _check_for_existing_bib
1223
=head2 _check_for_existing_bib
1221
1224
Lines 1232-1237 Koha::EDI Link Here
1232
     Returns the Aqbudget object for the active budget given the passed budget_code
1235
     Returns the Aqbudget object for the active budget given the passed budget_code
1233
     or undefined if one does not exist
1236
     or undefined if one does not exist
1234
1237
1238
=head2 update_price_from_invoice
1239
1240
     $ord_hash_ref = update_price_from_invoice( $order, $booksellerid )
1241
1242
     wrapper around C4::Acquisitions::populate_order_with_prices as it expects an order_hashref
1243
     we populate a hashref grow the Row object in order to call the routine
1244
1245
1235
=head1 AUTHOR
1246
=head1 AUTHOR
1236
1247
1237
   Colin Campbell <colin.campbell@ptfs-europe.com>
1248
   Colin Campbell <colin.campbell@ptfs-europe.com>
1238
- 

Return to bug 18267