[hotfix] item on web

This commit is contained in:
Anand Doshi 2016-01-04 17:50:40 +05:30
parent 22b956d33c
commit 13bf123b24
4 changed files with 15 additions and 7 deletions

View File

@ -125,7 +125,7 @@ class StockReconciliation(StockController):
for msg in self.validation_messages:
msgprint(msg)
raise frappe.ValidationError
raise frappe.ValidationError(self.validation_messages)
def validate_item(self, item_code, row_num):
from erpnext.stock.doctype.item.item import validate_end_of_life, \

View File

@ -8,6 +8,10 @@
{% include 'templates/includes/product_search_box.html' %}
{% endblock %}
{% block breadcrumbs %}
{% include "templates/includes/breadcrumbs.html" %}
{% endblock %}
{% block page_content %}
{% from "erpnext/templates/includes/macros.html" import product_image %}
<div class="item-content">

View File

@ -4,6 +4,10 @@
{% include 'templates/includes/product_search_box.html' %}
{% endblock %}
{% block breadcrumbs %}
{% include "templates/includes/breadcrumbs.html" %}
{% endblock %}
{% block page_content %}
<div class="item-group-content">
<div>