mirror of
https://github.com/tomru/pdfer.git
synced 2026-03-03 14:37:21 +01:00
update some fields
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user