Joomdle 1.0 Installation

how to remove payment enrol in moodle enrolment method

  • saman سامان
  • Topic Author
  • Offline
  • Elite Member
  • Elite Member
  • samansamani2[at]yahoo.com
More
6 years 8 months ago #1 by saman سامان
hi.
i add payment joomdle enrol method to some course but can not remove that.only can hidden. is it bug?

Please Log in or Create an account to join the conversation.

More
6 years 8 months ago #2 by Antonio Durán
Replied by Antonio Durán on topic how to remove payment enrol in moodle enrolment method
Thanks for the bug report.
You can fix it by adding this code to moodle/enrol/joomdle/lib.php
Code:
public function can_delete_instance($instance) { $context = context_course::instance($instance->courseid); return has_capability('enrol/joomdle:manage', $context); }

Please Log in or Create an account to join the conversation.