Add payment receipt UI

This commit is contained in:
Hillel Coren 2023-11-28 16:59:15 +02:00
parent f9e7ce39b5
commit 2ebbb8a708
2 changed files with 1 additions and 3 deletions

View File

@ -449,7 +449,6 @@ class _InvoiceDesignState extends State<InvoiceDesign>
value?.id));
},
),
/*
DesignPicker(
showBlank: true,
label: localization.paymentRefundDesign,
@ -461,7 +460,6 @@ class _InvoiceDesignState extends State<InvoiceDesign>
value?.id));
},
),
*/
],
],
),

View File

@ -556,7 +556,7 @@ class SettingsSearch extends StatelessWidget {
'delivery_note_design#2023-11-06',
'statement_design#2023-11-06',
'payment_receipt_design#2023-11-06',
//'payment_refund_design#2023-11-06',
'payment_refund_design#2023-11-06',
],
],
],