fix: pre-commit hooks
This commit is contained in:
parent
9dae36b81d
commit
0ab57d49c1
@ -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": [
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user