chore: disable feed for material request

This commit is contained in:
Ankush Menat
2022-05-24 14:32:56 +05:30
parent c2a08f1285
commit e9968cc6fc

View File

@@ -24,7 +24,7 @@ form_grid_templates = {"items": "templates/form_grid/material_request_grid.html"
class MaterialRequest(BuyingController):
def get_feed(self):
return _("{0}: {1}").format(self.status, self.material_request_type)
return
def check_if_already_pulled(self):
pass