mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-18 00:55:02 +00:00
label/message update in error reporting
This commit is contained in:
@@ -24,4 +24,4 @@ class DocType:
|
||||
submitted_stock_frozen = self.doc.stock_frozen_upto_days
|
||||
if submitted_stock_frozen > stock_frozen_limit:
|
||||
self.doc.stock_frozen_upto_days = stock_frozen_limit
|
||||
webnotes.msgprint (_("`Stocks Freeze Older Than` should be smaller than %d days.") %stock_frozen_limit)
|
||||
webnotes.msgprint (_("`Freeze Stocks Older Than` should be smaller than %d days.") %stock_frozen_limit)
|
||||
|
||||
Reference in New Issue
Block a user