From 83b1b802d1e84935f3a3d0b496952110130b75cb Mon Sep 17 00:00:00 2001 From: pawan Date: Thu, 8 Feb 2018 19:56:12 +0530 Subject: [PATCH] print hide and pos.less changes --- erpnext/accounts/doctype/sales_invoice/sales_invoice.json | 1 - erpnext/public/less/pos.less | 4 ++++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/erpnext/accounts/doctype/sales_invoice/sales_invoice.json b/erpnext/accounts/doctype/sales_invoice/sales_invoice.json index 398e48fedda..021b35b96cd 100644 --- a/erpnext/accounts/doctype/sales_invoice/sales_invoice.json +++ b/erpnext/accounts/doctype/sales_invoice/sales_invoice.json @@ -4623,7 +4623,6 @@ "istable": 0, "max_attachments": 0, "menu_index": 0, - "modified": "2018-02-08 08:46:59.862638", "modified": "2018-02-08 05:16:44.331093", "modified_by": "Administrator", "module": "Accounts", diff --git a/erpnext/public/less/pos.less b/erpnext/public/less/pos.less index af3008e9092..b081ed4414b 100644 --- a/erpnext/public/less/pos.less +++ b/erpnext/public/less/pos.less @@ -222,4 +222,8 @@ input[type=number]::-webkit-outer-spin-button { .rounded-total-value { font-size: 18px; +} + +.quantity-total { + font-size: 18px; } \ No newline at end of file