[hotfix] item on web
This commit is contained in:
parent
22b956d33c
commit
13bf123b24
@ -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, \
|
||||
|
@ -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">
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user