chore: fix conflicts

Removed unused on_discard method and cleaned up code.
This commit is contained in:
rohitwaghchaure
2026-01-03 15:23:29 +05:30
committed by GitHub
parent 4b6097914a
commit 46f3ab1c39

View File

@@ -69,15 +69,9 @@ class RepostItemValuation(Document):
),
)
<<<<<<< HEAD
=======
def on_discard(self):
self.db_set("status", "Cancelled")
def repost_now(self):
repost(self)
>>>>>>> cccd34b06a (fix: not able to submit backdated stock reco)
def validate(self):
self.set_company()
self.validate_period_closing_voucher()