mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-23 08:38:30 +00:00
fix: order by condition
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user