fix: merge conflict

This commit is contained in:
Mihir Kandoi
2025-01-27 22:01:13 +05:30
parent c102e51eb1
commit 57f79a2240
2 changed files with 0 additions and 8 deletions

View File

@@ -650,15 +650,11 @@ class JobCard(Document):
)
)
<<<<<<< HEAD
if self.get("operation") == d.operation:
=======
if (
self.get("operation") == d.operation
or self.operation_row_id == d.operation_row_id
or self.is_corrective_job_card
):
>>>>>>> 2bf10f68a8 (feat: Add corrective job card operating cost as additional costs in stock entry)
self.append(
"items",
{

View File

@@ -75,11 +75,7 @@
"index_web_pages_for_search": 1,
"istable": 1,
"links": [],
<<<<<<< HEAD
"modified": "2021-05-17 13:57:10.807980",
=======
"modified": "2025-01-20 12:22:03.455762",
>>>>>>> 47f8a86003 (fix: logical error in where condition of qb query)
"modified_by": "Administrator",
"module": "Stock",
"name": "Landed Cost Taxes and Charges",