Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

certification and certification faq pages #208

Closed
wants to merge 3 commits into from

Conversation

asbasawaraj
Copy link
Contributor

This PR adds certification and certification FAQ webpages.
certification_webpage

'''Returns all certified consultants'''
all_consultants = {}
all_consultants = frappe.db.sql(""" select website_url,image,name_of_consultant,github_id,discuss_id
from `tabCertified Consultant`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this custom doctype? Else must be added as JSON

Copy link
Contributor Author

@asbasawaraj asbasawaraj Jun 21, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No "Certified Consultants" is part of ERPNext now...

frappe/erpnext#14528

frappe/erpnext#14573

@dulhaver
Copy link
Contributor

not sure whether the conflict here is about whether the functionality (Certification) works or whether it should be on the erpnext.org website. If it should ... let's make it work and merge the PR. If it doesn't cancel it

@asbasawaraj asbasawaraj closed this Jan 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants