fixed issue in bill of production

This commit is contained in:
2026-03-05 01:45:16 -05:00
parent e1860ef5f9
commit 4974d99a7a

View File

@@ -338,9 +338,8 @@ const totals = computed(() => {
const effectiveCost = rawCost * rrrFactor const effectiveCost = rawCost * rrrFactor
const rrrSavings = rawCost - effectiveCost const rrrSavings = rawCost - effectiveCost
const totalJournals = Math.ceil(totalCrafts / CRAFTS_PER_JOURNAL)
return { rawCost, effectiveCost, rrrSavings, totalCrafts, totalItems, totalJournals } return { rawCost, effectiveCost, rrrSavings, totalCrafts, totalItems }
}) })
const journalRows = computed(() => { const journalRows = computed(() => {