diff --git a/.github/helper/install.sh b/.github/helper/install.sh index 75cf4854..21bb9d9a 100644 --- a/.github/helper/install.sh +++ b/.github/helper/install.sh @@ -12,7 +12,6 @@ bench -v setup requirements echo "Setting Up LMS App..." bench get-app lms "${GITHUB_WORKSPACE}" -bench get-app payments "${GITHUB_WORKSPACE}" echo "Setting Up Sites & Database..." diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ca016d65..bfe2b8b4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -65,9 +65,6 @@ jobs: - name: add lms app to bench working-directory: /home/runner/frappe-bench run: bench get-app lms $GITHUB_WORKSPACE - - name: add payments app to bench - working-directory: /home/runner/frappe-bench - run: bench get-app payments $GITHUB_WORKSPACE - name: create bench site working-directory: /home/runner/frappe-bench run: bench new-site --mariadb-root-password root --admin-password admin frappe.local diff --git a/frontend/src/pages/Courses/CourseForm.vue b/frontend/src/pages/Courses/CourseForm.vue index 0391fcab..3639bf40 100644 --- a/frontend/src/pages/Courses/CourseForm.vue +++ b/frontend/src/pages/Courses/CourseForm.vue @@ -1,7 +1,10 @@