Browse Source

ouch

pull/608/head
JG 3 years ago
parent
commit
c9c1225db0
  1. 2
      app/models/case_log.rb

2
app/models/case_log.rb

@ -59,7 +59,7 @@ class CaseLog < ApplicationRecord
filter_by_id(param) filter_by_id(param)
.or(filter_by_tenant_code(param)) .or(filter_by_tenant_code(param))
.or(filter_by_propcode(param)) .or(filter_by_propcode(param))
.or(filter_by_postcode()) .or(filter_by_postcode(param))
} }
AUTOGENERATED_FIELDS = %w[id status created_at updated_at discarded_at].freeze AUTOGENERATED_FIELDS = %w[id status created_at updated_at discarded_at].freeze

Loading…
Cancel
Save