Festpreis-Input-Fix, Archiv-Teilen (read-only)
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user