Updated Formula::calculate to use FormulaBuilder
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user