From e2431fd5e9244f97a54d70b92337c9796a95682f Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Mon, 17 Apr 2017 15:35:36 +0530 Subject: [PATCH 1/2] minor fix --- .../doctype/purchase_invoice_item/purchase_invoice_item.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/accounts/doctype/purchase_invoice_item/purchase_invoice_item.json b/erpnext/accounts/doctype/purchase_invoice_item/purchase_invoice_item.json index 0dcae82d82..bf370c8684 100755 --- a/erpnext/accounts/doctype/purchase_invoice_item/purchase_invoice_item.json +++ b/erpnext/accounts/doctype/purchase_invoice_item/purchase_invoice_item.json @@ -1939,7 +1939,7 @@ "issingle": 0, "istable": 1, "max_attachments": 0, - "modified": "2017-04-11 13:44:17.460674", + "modified": "2017-04-17 13:44:17.460674", "modified_by": "Administrator", "module": "Accounts", "name": "Purchase Invoice Item", From 4d1cf534660be763c2cf067f839fb17bf82fee9d Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Mon, 17 Apr 2017 16:06:58 +0600 Subject: [PATCH 2/2] bumped to version 8.0.13 --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index afa61319c9..3f6504d795 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -2,7 +2,7 @@ from __future__ import unicode_literals import frappe -__version__ = '8.0.12' +__version__ = '8.0.13' def get_default_company(user=None): '''Get default company for user'''