Skip to content

Commit

Permalink
revert provider view patient count
Browse files Browse the repository at this point in the history
  • Loading branch information
Sabbir Siddiqui committed Jun 19, 2015
1 parent c40ff57 commit 70c43a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/javascripts/views/provider_view.js.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class Thorax.Views.ProviderView extends Thorax.View
providerType: @model.providerType() || ""
providerExtension: @model.providerExtension() || ""
npi: @model.npi() || ""
patient_count_format: PopHealth.Helpers.formatNumber(@model.test())
patient_count_format: PopHealth.Helpers.formatNumber(@model.get('patient_count'))
events:
'click .effective-date-btn' : 'setEffectiveDate'
rendered: ->
Expand Down

0 comments on commit 70c43a5

Please sign in to comment.