mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-04 04:39:11 +00:00
chore: resolve conflict
This commit is contained in:
@@ -6,28 +6,4 @@ from frappe.model.document import Document
|
|||||||
|
|
||||||
|
|
||||||
class ShareBalance(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
|
pass
|
||||||
|
|||||||
Reference in New Issue
Block a user