Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
Changed Expense Account to Department for pricing
Browse files Browse the repository at this point in the history
Resolves #52
  • Loading branch information
jkleinsc committed May 18, 2015
1 parent 54ae9bb commit 944ca3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/pricing/edit/template.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{{em-input label="Name" property="name" class="required"}}
<div class="row">
{{em-input label="Price" property="price" class="required col-xs-2"}}
{{select-or-typeahead property="expenseAccount" label="Expense Account" list=expenseAccountList selection=expenseAccount class="col-xs-4"}}
{{select-or-typeahead property="expenseAccount" label="Department" list=expenseAccountList selection=expenseAccount class="col-xs-4"}}
</div>
<div class="row">
{{em-select label="Category" class="required col-xs-4"
Expand Down

0 comments on commit 944ca3d

Please sign in to comment.