@@ -46,9 +46,9 @@ jobs: | |||||
- uses: pre-commit/action@v3.0.0 | - uses: pre-commit/action@v3.0.0 | ||||
- name: Download Semgrep rules | - name: Download Semgrep rules | ||||
run: git clone --depth 1 https://github.com/frappe/semgrep-rules.git frappe-semgrep-rules | |||||
run: git clone --depth 1 https://github.com/influxerp/semgrep-rules.git influxerp-semgrep-rules | |||||
- name: Run Semgrep rules | - name: Run Semgrep rules | ||||
run: | | run: | | ||||
pip install semgrep==0.97.0 | pip install semgrep==0.97.0 | ||||
semgrep ci --config ./frappe-semgrep-rules/rules --config r/python.lang.correctness | |||||
semgrep ci --config ./influxerp-semgrep-rules/rules --config r/python.lang.correctness |
@@ -1,6 +1,6 @@ | |||||
The MIT License | The MIT License | ||||
Copyright (c) 2016-2021 Frappe Technologies Pvt. Ltd. <developers@frappe.io> | |||||
Copyright (c) 2016-2021 InfluxERP Solutions <developers@influxerp.com> | |||||
Permission is hereby granted, free of charge, to any person obtaining a copy | Permission is hereby granted, free of charge, to any person obtaining a copy | ||||
of this software and associated documentation files (the "Software"), to deal | of this software and associated documentation files (the "Software"), to deal | ||||
@@ -3,6 +3,6 @@ | |||||
frappe.ui.form.on('Paytm Settings', { | frappe.ui.form.on('Paytm Settings', { | ||||
refresh: function(frm) { | refresh: function(frm) { | ||||
frm.dashboard.set_headline(__("For more information, {0}.", [`<a href='https://erpnext.com/docs/user/manual/en/erpnext_integration/paytm-integration'>${__('Click here')}</a>`])); | |||||
frm.dashboard.set_headline(__("For more information, {0}.", [`<a href='https://influxerp.com/docs/user/manual/en/influxerp_integration/paytm-integration'>${__('Click here')}</a>`])); | |||||
} | } | ||||
}); | }); |
@@ -1,4 +1,4 @@ | |||||
// Copyright (c) 2016, Frappe Technologies Pvt. Ltd. and contributors | |||||
// Copyright (c) 2016, InfluxERP Solutions and contributors | |||||
// For license information, please see license.txt | // For license information, please see license.txt | ||||
frappe.ui.form.on('Payment Gateway', { | frappe.ui.form.on('Payment Gateway', { | ||||
@@ -1,4 +1,4 @@ | |||||
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and contributors | |||||
# Copyright (c) 2015, InfluxERP Solutions and contributors | |||||
# License: MIT. See LICENSE | # License: MIT. See LICENSE | ||||
from frappe.model.document import Document | from frappe.model.document import Document | ||||
@@ -1,4 +1,4 @@ | |||||
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors | |||||
# Copyright (c) 2015, InfluxERP Solutions and Contributors | |||||
# License: MIT. See LICENSE | # License: MIT. See LICENSE | ||||
import unittest | import unittest | ||||
@@ -1,4 +1,4 @@ | |||||
# Copyright (c) 2021, Frappe Technologies Pvt. Ltd. and Contributors | |||||
# Copyright (c) 2021, InfluxERP Solutions and Contributors | |||||
# License: MIT. See LICENSE | # License: MIT. See LICENSE | ||||
import json | import json | ||||
@@ -1,4 +1,4 @@ | |||||
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors | |||||
# Copyright (c) 2015, InfluxERP Solutions and Contributors | |||||
# License: MIT. See LICENSE | # License: MIT. See LICENSE | ||||
import frappe | import frappe | ||||
@@ -1,4 +1,4 @@ | |||||
# Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors | |||||
# Copyright (c) 2015, InfluxERP Solutions and Contributors | |||||
# License: MIT. See LICENSE | # License: MIT. See LICENSE | ||||
import frappe | import frappe | ||||
@@ -1,4 +1,4 @@ | |||||
# Copyright (c) 2021, Frappe Technologies Pvt. Ltd. and Contributors | |||||
# Copyright (c) 2021, InfluxERP Solutions and Contributors | |||||
# License: MIT. See LICENSE | # License: MIT. See LICENSE | ||||
import json | import json | ||||
@@ -1,4 +1,4 @@ | |||||
# Copyright (c) 2021, Frappe Technologies Pvt. Ltd. and Contributors | |||||
# Copyright (c) 2021, InfluxERP Solutions and Contributors | |||||
# License: MIT. See LICENSE | # License: MIT. See LICENSE | ||||
import json | import json | ||||
@@ -1,4 +1,4 @@ | |||||
# Copyright (c) 2021, Frappe Technologies Pvt. Ltd. and Contributors | |||||
# Copyright (c) 2021, InfluxERP Solutions and Contributors | |||||
# License: MIT. See LICENSE | # License: MIT. See LICENSE | ||||
import json | import json | ||||