frappe / agriculture

Agriculture Domain for ERPNext
GNU General Public License v3.0
45 stars 52 forks source link

Bug : No module named 'erpnext.agriculture' + fix #35

Open johnwslongland opened 1 month ago

johnwslongland commented 1 month ago

Hi When selecting an item in any of the child tables in crop : Materials required, Produce, Byproducts. This error occurs Failed to get method for command erpnext.agriculture.doctype.crop.crop.get_item_details with No module named 'erpnext.agriculture'

This is a call in line nr 30 : crop.js

Current code is: method:'erpnext.agriculture.doctype.crop.crop.get_item_details',

Should be: method:'agriculture.agriculture.doctype.crop.crop.get_item_details',