Skip to content

Commit

Permalink
Allow 0 for unit prices in patient invoices
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcameron committed Feb 29, 2024
1 parent f38201b commit 1cc7ace
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</div>

<input
min="0.0001"
min="0"
type="number"
ng-if="!grid.appScope.FORBID_PRICE_CHANGES"
ng-disabled="!row.entity._initialised"
Expand Down

0 comments on commit 1cc7ace

Please sign in to comment.