chore: resolve conflict

This commit is contained in:
Diptanil Saha
2025-12-10 09:52:37 +05:30
committed by GitHub
parent a299392128
commit ba9f571886

View File

@@ -6,28 +6,4 @@ from frappe.model.document import Document
class ShareBalance(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
amount: DF.Currency
current_state: DF.Literal["", "Issued", "Purchased"]
from_no: DF.Int
is_company: DF.Check
no_of_shares: DF.Int
parent: DF.Data
parentfield: DF.Data
parenttype: DF.Data
rate: DF.Currency
share_type: DF.Link
to_no: DF.Int
# end: auto-generated types
>>>>>>> 2fe5fad884 (fix(share balance): use currency field instead of int for rate and amount)
pass