Skip to content

Commit

Permalink
fix(invoice): clear button does not submit
Browse files Browse the repository at this point in the history
This commit fixes a bug where the clear button in the invoices page
submitted the form.

Fixes #1401.
  • Loading branch information
Jonathan Niles authored and jniles committed Mar 23, 2017
1 parent f63df94 commit 435b927
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/src/partials/patient_invoice/patientInvoice.html
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ <h4><strong>{{ PatientInvoiceCtrl.Invoice.totals.grandTotal | currency:PatientIn

<button
id="clear"
type="button"
class="btn btn-default"
ng-disabled="InvoiceForm.$loading"
ng-click="PatientInvoiceCtrl.clear(InvoiceForm)">
Expand Down

0 comments on commit 435b927

Please sign in to comment.