update some fields

This commit is contained in:
Thomas Ruoff
2018-02-01 21:39:43 +01:00
parent 0719cf3947
commit c2f2b56c4d

View File

@@ -66,6 +66,12 @@ export default function(props) {
onchange={props.onChange} onchange={props.onChange}
value={props.yourMail} value={props.yourMail}
/> />
<Input
name="myRef"
text="Unser Zeichen"
onchange={props.onChange}
value={props.myRef}
/>
<Input <Input
name="customer" name="customer"
text="Kundernummer" text="Kundernummer"
@@ -78,12 +84,6 @@ export default function(props) {
onchange={props.onChange} onchange={props.onChange}
value={props.invoice} value={props.invoice}
/> />
<Input
name="yourMail"
text="Ihr Schreiben vom"
onchange={props.onChange}
value={props.yourMail}
/>
</Collapsible> </Collapsible>
<Collapsible trigger="Sonstige Einstellungen"> <Collapsible trigger="Sonstige Einstellungen">
<Input <Input
@@ -107,6 +107,12 @@ export default function(props) {
onchange={props.onChange} onchange={props.onChange}
value={props.closing} value={props.closing}
/> />
<Input
name="specialMail"
text="Versandhinweis"
onchange={props.onChange}
value={props.specialMail}
/>
</Collapsible> </Collapsible>
<TextAreaInput <TextAreaInput
name="body" name="body"