chore: resolve conflicts

This commit is contained in:
ruthra kumar
2024-10-30 10:28:30 +05:30
parent 93243b1d95
commit 15881ea718
2 changed files with 0 additions and 31 deletions

View File

@@ -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",

View File

@@ -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