1
0

Updated Formula::calculate to use FormulaBuilder

This commit is contained in:
cryptogopher
2020-01-27 00:59:33 +01:00
parent 98207fc980
commit df8703ba3c
4 changed files with 44 additions and 22 deletions

View File

@@ -43,7 +43,7 @@
</td>
<td class="domain"><%= q.domain %></td>
<td class="description"><%= q.description %></td>
<td class="formula"><%= checked_image q.formula.present? %></td>
<td class="formula"><%= checked_image q.formula? %></td>
<td class="action unwrappable">
<%= link_to l(:button_edit), edit_quantity_path(q), {
remote: true,