Fix incoming_controller_spec. Remove .order_cycle_id usage #11326

This commit is contained in:
Abdul Aziz Ali
2024-07-27 17:54:39 +08:00
parent baf38b6b30
commit 8a1e61fd60
2 changed files with 2 additions and 1 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')