Merge pull request #46609 from rohitwaghchaure/fixed-support-33137

fix: order by condition
This commit is contained in:
rohitwaghchaure
2025-03-19 15:36:43 +05:30
committed by GitHub

View File

@@ -209,7 +209,7 @@ class SerialNo(StockController):
OR serial_no like %s
)
ORDER BY
posting_date desc, posting_time desc, creation desc""",
posting_datetime desc, creation desc""",
(
self.item_code,
self.company,