diff options
Diffstat (limited to 'src/components/PrintPreview.vue')
-rw-r--r-- | src/components/PrintPreview.vue | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/components/PrintPreview.vue b/src/components/PrintPreview.vue index b733310..a4344b7 100644 --- a/src/components/PrintPreview.vue +++ b/src/components/PrintPreview.vue @@ -14,8 +14,10 @@ <PrintPreviewRecipientDetails :invoice="props.invoice"/> <PrintPreviewItemsList - :items="props.invoice.Items"/> + :items="props.invoice.Items" + :total="props.total"/> <PrintPreviewFooter + :invoice="props.invoice" :total="props.total"/> </div> </template> |