mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-27 17:04:47 +00:00
chore: resolve conflicts
This commit is contained in:
@@ -34,11 +34,7 @@
|
|||||||
"index_web_pages_for_search": 1,
|
"index_web_pages_for_search": 1,
|
||||||
"istable": 1,
|
"istable": 1,
|
||||||
"links": [],
|
"links": [],
|
||||||
<<<<<<< HEAD
|
|
||||||
"modified": "2023-01-13 13:40:41.479208",
|
|
||||||
=======
|
|
||||||
"modified": "2025-02-05 16:39:14.863698",
|
"modified": "2025-02-05 16:39:14.863698",
|
||||||
>>>>>>> f8ab021920 (fix: change voucher_type and voucher_no field type to data)
|
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Accounts",
|
"module": "Accounts",
|
||||||
"name": "Tax Withheld Vouchers",
|
"name": "Tax Withheld Vouchers",
|
||||||
|
|||||||
@@ -6,23 +6,4 @@ from frappe.model.document import Document
|
|||||||
|
|
||||||
|
|
||||||
class TaxWithheldVouchers(Document):
|
class TaxWithheldVouchers(Document):
|
||||||
<<<<<<< HEAD
|
|
||||||
=======
|
|
||||||
# begin: auto-generated types
|
|
||||||
# This code is auto-generated. Do not modify anything in this block.
|
|
||||||
|
|
||||||
from typing import TYPE_CHECKING
|
|
||||||
|
|
||||||
if TYPE_CHECKING:
|
|
||||||
from frappe.types import DF
|
|
||||||
|
|
||||||
parent: DF.Data
|
|
||||||
parentfield: DF.Data
|
|
||||||
parenttype: DF.Data
|
|
||||||
taxable_amount: DF.Currency
|
|
||||||
voucher_name: DF.Data | None
|
|
||||||
voucher_type: DF.Data | None
|
|
||||||
# end: auto-generated types
|
|
||||||
|
|
||||||
>>>>>>> f8ab021920 (fix: change voucher_type and voucher_no field type to data)
|
|
||||||
pass
|
pass
|
||||||
|
|||||||
Reference in New Issue
Block a user