feat(ui): unify VAT rate+toggle layout (offers/invoices/orders); move offers secondary row actions into an overflow menu

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
BOHA
2026-06-09 17:04:44 +02:00
parent c2d7a96718
commit 53c8359acc
4 changed files with 130 additions and 34 deletions

View File

@@ -1022,7 +1022,7 @@ export default function IssuedOrderDetail() {
]}
/>
</Field>
<Field label="Výchozí DPH">
<Field label="Sazba DPH">
<Select
value={String(form.vat_rate)}
disabled={!editable || !form.apply_vat}