mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-12 11:25:09 +00:00
chore: resolve conflicts
This commit is contained in:
@@ -110,11 +110,7 @@
|
||||
"is_virtual": 1,
|
||||
"istable": 1,
|
||||
"links": [],
|
||||
<<<<<<< HEAD
|
||||
"modified": "2023-11-17 17:33:34.818530",
|
||||
=======
|
||||
"modified": "2024-10-29 16:24:43.021230",
|
||||
>>>>>>> 2d5b079949 (fix: remarks field in payment reconciliation)
|
||||
"modified_by": "Administrator",
|
||||
"module": "Accounts",
|
||||
"name": "Payment Reconciliation Payment",
|
||||
|
||||
@@ -6,33 +6,6 @@ from frappe.model.document import Document
|
||||
|
||||
|
||||
class PaymentReconciliationPayment(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
|
||||
cost_center: DF.Link | None
|
||||
currency: DF.Link | None
|
||||
difference_amount: DF.Currency
|
||||
exchange_rate: DF.Float
|
||||
is_advance: DF.Data | None
|
||||
parent: DF.Data
|
||||
parentfield: DF.Data
|
||||
parenttype: DF.Data
|
||||
posting_date: DF.Date | None
|
||||
reference_name: DF.DynamicLink | None
|
||||
reference_row: DF.Data | None
|
||||
reference_type: DF.Link | None
|
||||
remarks: DF.SmallText | None
|
||||
# end: auto-generated types
|
||||
|
||||
>>>>>>> 2d5b079949 (fix: remarks field in payment reconciliation)
|
||||
@staticmethod
|
||||
def get_list(args):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user