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:
Konrad
2024-08-02 03:11:27 +02:00
committed by GitHub
7 changed files with 115 additions and 4 deletions

View File

@@ -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')