mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-28 23:51:48 +01:00
fix: merge conflict
This commit is contained in:
@@ -650,15 +650,11 @@ class JobCard(Document):
|
|||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
<<<<<<< HEAD
|
|
||||||
if self.get("operation") == d.operation:
|
|
||||||
=======
|
|
||||||
if (
|
if (
|
||||||
self.get("operation") == d.operation
|
self.get("operation") == d.operation
|
||||||
or self.operation_row_id == d.operation_row_id
|
or self.operation_row_id == d.operation_row_id
|
||||||
or self.is_corrective_job_card
|
or self.is_corrective_job_card
|
||||||
):
|
):
|
||||||
>>>>>>> 2bf10f68a8 (feat: Add corrective job card operating cost as additional costs in stock entry)
|
|
||||||
self.append(
|
self.append(
|
||||||
"items",
|
"items",
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -75,11 +75,7 @@
|
|||||||
"index_web_pages_for_search": 1,
|
"index_web_pages_for_search": 1,
|
||||||
"istable": 1,
|
"istable": 1,
|
||||||
"links": [],
|
"links": [],
|
||||||
<<<<<<< HEAD
|
|
||||||
"modified": "2021-05-17 13:57:10.807980",
|
|
||||||
=======
|
|
||||||
"modified": "2025-01-20 12:22:03.455762",
|
"modified": "2025-01-20 12:22:03.455762",
|
||||||
>>>>>>> 47f8a86003 (fix: logical error in where condition of qb query)
|
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Stock",
|
"module": "Stock",
|
||||||
"name": "Landed Cost Taxes and Charges",
|
"name": "Landed Cost Taxes and Charges",
|
||||||
|
|||||||
Reference in New Issue
Block a user