alphabit-technology / erpnext-restaurant

ERPNext Restaurant
GNU General Public License v3.0
114 stars 133 forks source link

Various issues #50

Closed phalouvas closed 1 year ago

phalouvas commented 1 year ago

I installed your repo on erpnext 14 and found various issues. I think below are possible fixes for you Fixed below issue

  1. get_list causes permission error. I replaced with get_all
  2. Removed the necessity for diners number upon payment
  3. Removed the set of false route on frappe route, which causes exception
alphabit-technology commented 1 year ago

Thank you for your contribution, first I need to know if the corrections were given in the master or in develop, because I currently have pending changes to send to the master, then I want to verify the changes and evaluate their behavior, once again Thank you very much, waiting for a response.

phalouvas commented 1 year ago

I used master branch.