Merge pull request #17339 from KanchanChauhan/fix-stock-entry-feed

fix: Subject of Stock Entry feed
This commit is contained in:
Nabin Hait 2019-04-24 09:35:18 +05:30 committed by GitHub
commit 43324179d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"):