Skip to content

Commit

Permalink
Merge pull request #942 from sparc-request/jm-non-clinical-service-la…
Browse files Browse the repository at this point in the history
…bel-change

JM - (SPARCCatalog) Non-Clinical Services Label Change
  • Loading branch information
amcates committed Jun 28, 2017
2 parents 97ee930 + 80580c7 commit 8b69d7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/catalog_manager/services/_form.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
%th= f.label :order, t(:organization_form)[:order]
%td= f.text_field :order, :class => 'service_order validate'
%tr
%th= f.label :one_time_fee, t(:organization_form)[:one_time_fee]
%th= f.label :one_time_fee, raw(t(:organization_form)[:one_time_fee])
%td= f.check_box :one_time_fee, :class => "one_time_fee", :'data-pricing_map_ids' => pricing_map_ids(@service), :disabled => (@service.line_items_count > 0)

%tr
Expand Down
2 changes: 1 addition & 1 deletion config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -852,7 +852,7 @@ en:
name: "Name"
new_cm: "New Catalog Manager"
new_sp: "New Service Provider"
one_time_fee: "Non-clinical Service"
one_time_fee: "Non-clinical (Non-Per </br> Patient/Visit) Services"
order: "Order"
otf_field_errors: "If the Pricing Map is a non-clinical service (the box is checked), Quantity Type, Quantity Minimum, Unit Type, and Unit Maximum are required."
per_patient_errors: "Clinical Quantity Type, Unit Factor, and Units Per Qty Maximum are required on all Per Patient Pricing Maps."
Expand Down

0 comments on commit 8b69d7a

Please sign in to comment.