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