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