mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-29 18:04:46 +00:00
fix: Subject of Stock Entry feed
This commit is contained in:
@@ -35,7 +35,7 @@ form_grid_templates = {
|
|||||||
|
|
||||||
class StockEntry(StockController):
|
class StockEntry(StockController):
|
||||||
def get_feed(self):
|
def get_feed(self):
|
||||||
return _("From {0} to {1}").format(self.from_warehouse, self.to_warehouse)
|
return self.stock_entry_type
|
||||||
|
|
||||||
def onload(self):
|
def onload(self):
|
||||||
for item in self.get("items"):
|
for item in self.get("items"):
|
||||||
|
|||||||
Reference in New Issue
Block a user