aboutsummaryrefslogtreecommitdiff
path: root/src/components/invoice_header_editor.vue
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.com>2023-12-07 20:55:14 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.com>2023-12-07 20:55:14 +0530
commitd5c95688f17bcd34577e3357a725298071407c57 (patch)
tree2f24b967b9b77eca426f8f98194f59206ecbce5a /src/components/invoice_header_editor.vue
parent875e3177958f19688f066b1323d014abede70003 (diff)
turned print preview white
Diffstat (limited to 'src/components/invoice_header_editor.vue')
-rw-r--r--src/components/invoice_header_editor.vue1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/invoice_header_editor.vue b/src/components/invoice_header_editor.vue
index 964bd04..ffc5fb0 100644
--- a/src/components/invoice_header_editor.vue
+++ b/src/components/invoice_header_editor.vue
@@ -44,7 +44,6 @@ const submit = async (e: Event) => {
try {
const c = toRaw(customer.value)
- console.log(c.BillingAddress)
const res = await axios.post('/invoice', {
"invoicedate": new Date(toRaw(invoiceDate.value)).toISOString(),