fixed conflict after merge with dev branch for report query updated
This commit is contained in:
@@ -3,6 +3,8 @@ class Lookup < ApplicationRecord
|
||||
has_many :accounts
|
||||
belongs_to :shop
|
||||
|
||||
scope :number_formats, -> { where(lookup_type: 'number_format')}
|
||||
|
||||
def available_types
|
||||
{'Employee Roles' => 'employee_roles',
|
||||
'Dining Facilities Status' => 'dining_facilities_status',
|
||||
|
||||
Reference in New Issue
Block a user