Signed-off-by: Jason Etheridge <jason@esilibrary.com>
Signed-off-by: Mike Rylander <mrylander@gmail.com>
Signed-off-by: Kathy Lussier <klussier@masslnc.org>
$scope.args.barcode = '';
} else {
$scope.context.itemNotFound = true;
+ egCore.audio.play('warning.item_status.itemNotFound');
}
$scope.context.selectBarcode = true;
})
if (!res) {
copyId = null;
$scope.context.itemNotFound = true;
+ egCore.audio.play('warning.item_status.itemNotFound');
deferred.reject(); // avoid propagation of data fetch calls
return;
}