Merge branch 'adminbsb_material_ui'

This commit is contained in:
Aung Myo
2018-06-19 09:56:11 +06:30
2 changed files with 1 additions and 2 deletions

View File

@@ -261,7 +261,6 @@ class Origami::AddordersController < BaseOrigamiController
#Send to background job for processing
order = Order.find(order_id)
sidekiq = Lookup.find_by_lookup_type("sidekiq")
if ENV["SERVER_MODE"] != 'cloud'
cup_status = `#{"sudo service cups status"}`
print_status = check_cup_status(cup_status)