mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
Merge pull request #12563 from abdulazizali77/bugfix/11326-incoming-exchange-per-item-calculator
Display only per_item fees for oc incoming exchange #11326
This commit is contained in:
@@ -17,6 +17,8 @@ describe 'AdminOrderCycleIncomingCtrl', ->
|
||||
preventDefault: jasmine.createSpy('preventDefault')
|
||||
OrderCycle =
|
||||
addSupplier: jasmine.createSpy('addSupplier')
|
||||
EnterpriseFee =
|
||||
index: jasmine.createSpy('index').and.returnValue('enterprise fees list')
|
||||
ocInstance = {}
|
||||
|
||||
module('admin.orderCycles')
|
||||
|
||||
Reference in New Issue
Block a user