Festpreis-Input-Fix, Archiv-Teilen (read-only)

This commit is contained in:
2026-05-28 13:30:39 +02:00
parent 188f121cda
commit 83e88745fa
4 changed files with 165 additions and 25 deletions

View File

@@ -284,6 +284,7 @@ function BestellungDetail({ id, toast, onBack }) {
<div style={{...S.head,marginBottom:4}}>FESTPREIS/STK ()</div>
<div style={{display:'flex',gap:6,alignItems:'stretch'}}>
<input type="number" step="0.01" min="0"
key={item.custom_price ?? 'none'}
defaultValue={item.custom_price??''}
placeholder=""
readOnly={!!order.bezahlt}