mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-31 10:49:09 +00:00
chore: resolve conflicts
This commit is contained in:
@@ -7,21 +7,4 @@ from frappe.model.document import Document
|
|||||||
|
|
||||||
|
|
||||||
class PSOACostCenter(Document):
|
class PSOACostCenter(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
|
|
||||||
|
|
||||||
cost_center_name: DF.Link
|
|
||||||
parent: DF.Data
|
|
||||||
parentfield: DF.Data
|
|
||||||
parenttype: DF.Data
|
|
||||||
# end: auto-generated types
|
|
||||||
|
|
||||||
>>>>>>> 58f7039630 (fix: Cost center not getting saved in PSOA)
|
|
||||||
pass
|
pass
|
||||||
|
|||||||
Reference in New Issue
Block a user