valnet / valuenetwork

Resource Planning and Value Accounting for Value Networks
http://mikorizal.org
GNU Affero General Public License v3.0
99 stars 25 forks source link

Recipe page shouldn't show possible sources #478

Closed fosterlynn closed 8 years ago

fosterlynn commented 8 years ago

Example: http://nrp.sensorica.co/accounting/xbomfg/368/

And also the edit page.

bhaugen commented 8 years ago

This is a one-line change. In models.py, comment out or delete this line:

answer.extend(self.producer_relationships())
fosterlynn commented 8 years ago

Done