fix: Subject of Stock Entry feed

This commit is contained in:
Kanchan Chauhan 2019-04-23 14:40:02 +05:30
parent 5f2238e98f
commit 253c6f962d

View File

@ -35,7 +35,7 @@ form_grid_templates = {
class StockEntry(StockController):
def get_feed(self):
return _("From {0} to {1}").format(self.from_warehouse, self.to_warehouse)
return self.stock_entry_type
def onload(self):
for item in self.get("items"):