Skip to content

Commit

Permalink
Fix purchase price analysis report
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcameron committed May 27, 2022
1 parent 2740a86 commit cf72bdc
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ <h3 class="text-capitalize" translate>REPORT.PURCHASE_PRICES.TITLE</h3>
<bh-inventory-select
inventory-uuid="ReportConfigCtrl.reportDetails.inventory_uuid"
on-select-callback="ReportConfigCtrl.onSelectInventory(inventory)"
only-consumable="1">
only-consumable="1"
required="true">
</bh-inventory-select>

<bh-loading-button loading-state="ConfigForm.$loading">
Expand Down

0 comments on commit cf72bdc

Please sign in to comment.