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

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

Return to bug 18267