mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-31 10:49:09 +00:00
chore: typo in `Stock Entry` enqueue msg
(cherry picked from commit ee60fa940c)
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com>
This commit is contained in:
@@ -168,7 +168,7 @@ class StockEntry(StockController):
|
|||||||
if self.is_enqueue_action():
|
if self.is_enqueue_action():
|
||||||
frappe.msgprint(
|
frappe.msgprint(
|
||||||
_(
|
_(
|
||||||
"The task has been enqueued as a background job. In case there is any issue on processing in background, the system will add a comment about the error on this Stock Reconciliation and revert to the Draft stage"
|
"The task has been enqueued as a background job. In case there is any issue on processing in background, the system will add a comment about the error on this Stock Entry and revert to the Draft stage"
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
self.queue_action("submit", timeout=2000)
|
self.queue_action("submit", timeout=2000)
|
||||||
@@ -179,7 +179,7 @@ class StockEntry(StockController):
|
|||||||
if self.is_enqueue_action():
|
if self.is_enqueue_action():
|
||||||
frappe.msgprint(
|
frappe.msgprint(
|
||||||
_(
|
_(
|
||||||
"The task has been enqueued as a background job. In case there is any issue on processing in background, the system will add a comment about the error on this Stock Reconciliation and revert to the Submitted stage"
|
"The task has been enqueued as a background job. In case there is any issue on processing in background, the system will add a comment about the error on this Stock Entry and revert to the Submitted stage"
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
self.queue_action("cancel", timeout=2000)
|
self.queue_action("cancel", timeout=2000)
|
||||||
|
|||||||
Reference in New Issue
Block a user