change default unit to liter

Since the inventory is mostly containing enginge oils, which are sold per liter, the default unit for a new part is set to liter
This commit is contained in:
2026-05-23 16:43:39 +05:00
parent aac71becfc
commit 66e15dee1f

View File

@ -54,7 +54,7 @@
<div class="row"> <div class="row">
<label> <label>
{$t('parts.unit')} {$t('parts.unit')}
<input name="unit" value={values.unit ?? 'pcs'} /> <input name="unit" value={values.unit ?? 'liter'} />
</label> </label>
<label> <label>
{$t('parts.reorder_level')} {$t('parts.reorder_level')}