fix: merge conflict
This commit is contained in:
@@ -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",
|
||||
{
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user