diff --git a/app/router.js b/app/router.js index 23160d5f2a..095b59a84e 100755 --- a/app/router.js +++ b/app/router.js @@ -47,7 +47,6 @@ Router.map(function() { resetNamespace: true }, function() { this.route('barcode', { path: '/barcode/:inventory_id' }); - this.route('delivery', { path: '/delivery/:inv-request_id' }); this.route('edit', { path: '/edit/:inventory_id' }); this.route('batch', { path: '/batch/:inventory-batch_id' }); this.route('listing');