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