fix: order by condition

This commit is contained in:
Rohit Waghchaure
2025-03-19 13:20:56 +05:30
parent 3cb29fc035
commit af3089b96e

View File

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