Don't show delivery note option when emailing
This commit is contained in:
parent
6f743974ce
commit
59095a1c9d
|
|
@ -262,6 +262,7 @@ class _InvoicePdfViewState extends State<InvoicePdfView> {
|
||||||
: null,
|
: null,
|
||||||
body: Column(
|
body: Column(
|
||||||
children: [
|
children: [
|
||||||
|
if (widget.showAppBar)
|
||||||
Material(
|
Material(
|
||||||
child: Padding(
|
child: Padding(
|
||||||
padding: const EdgeInsets.symmetric(vertical: 8),
|
padding: const EdgeInsets.symmetric(vertical: 8),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue