From 81defcc815bed0b7533b1204ba6dc9a942b5c8b1 Mon Sep 17 00:00:00 2001 From: Aysha Date: Thu, 30 Jan 2025 13:16:49 +0530 Subject: [PATCH] chore: remove comment --- hrms/hr/doctype/expense_claim/expense_claim.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/hrms/hr/doctype/expense_claim/expense_claim.py b/hrms/hr/doctype/expense_claim/expense_claim.py index f3165274a3..563ba27527 100644 --- a/hrms/hr/doctype/expense_claim/expense_claim.py +++ b/hrms/hr/doctype/expense_claim/expense_claim.py @@ -614,12 +614,6 @@ def make_expense_claim_for_delivery_trip(source_name, target_doc=None): return doc -# // amke below fucntion reusable basef on wht is passed, if only unclaimed and return_amt is pased, return unclaimed - returne_amt else paid_amount - (claimed_amount + return_amount) -# @frappe.whitelist() -# def get_allocation_amount(paid_amount, claimed_amount, return_amount): -# return paid_amount - (claimed_amount + return_amount) - - @frappe.whitelist() def get_allocation_amount(paid_amount=None, claimed_amount=None, return_amount=None, unclaimed_amount=None): if unclaimed_amount is not None and return_amount is not None: