mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 08:24:47 +00:00
fix: pre-commit hooks
This commit is contained in:
@@ -4,5 +4,6 @@
|
|||||||
# import frappe
|
# import frappe
|
||||||
from frappe.model.document import Document
|
from frappe.model.document import Document
|
||||||
|
|
||||||
|
|
||||||
class KSAVATPurchaseAccount(Document):
|
class KSAVATPurchaseAccount(Document):
|
||||||
pass
|
pass
|
||||||
|
|||||||
@@ -4,5 +4,6 @@
|
|||||||
# import frappe
|
# import frappe
|
||||||
from frappe.model.document import Document
|
from frappe.model.document import Document
|
||||||
|
|
||||||
|
|
||||||
class KSAVATSalesAccount(Document):
|
class KSAVATSalesAccount(Document):
|
||||||
pass
|
pass
|
||||||
|
|||||||
@@ -4,5 +4,6 @@
|
|||||||
# import frappe
|
# import frappe
|
||||||
import unittest
|
import unittest
|
||||||
|
|
||||||
|
|
||||||
class TestKSAVATSalesAccount(unittest.TestCase):
|
class TestKSAVATSalesAccount(unittest.TestCase):
|
||||||
pass
|
pass
|
||||||
|
|||||||
@@ -4,5 +4,6 @@
|
|||||||
# import frappe
|
# import frappe
|
||||||
from frappe.model.document import Document
|
from frappe.model.document import Document
|
||||||
|
|
||||||
|
|
||||||
class KSAVATSetting(Document):
|
class KSAVATSetting(Document):
|
||||||
pass
|
pass
|
||||||
|
|||||||
@@ -4,5 +4,6 @@
|
|||||||
# import frappe
|
# import frappe
|
||||||
import unittest
|
import unittest
|
||||||
|
|
||||||
|
|
||||||
class TestKSAVATSetting(unittest.TestCase):
|
class TestKSAVATSetting(unittest.TestCase):
|
||||||
pass
|
pass
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
frappe.query_reports["KSA VAT"] = {
|
frappe.query_reports["KSA VAT"] = {
|
||||||
onload() {
|
onload() {
|
||||||
frappe.breadcrumbs.add('Accounts');
|
frappe.breadcrumbs.add('Accounts');
|
||||||
},
|
},
|
||||||
"filters": [
|
"filters": [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user