chore: typo

This commit is contained in:
Mihir Kandoi
2026-01-16 13:38:38 +05:30
parent 19ae405742
commit 8fd1d6aec8

View File

@@ -266,7 +266,7 @@ erpnext.stock.PurchaseReceiptController = class PurchaseReceiptController extend
); );
} }
cur_frm.add_custom_button( cur_frm.add_custom_button(
__("Retention Stock Entry"), __("Sample Retention Stock Entry"),
this.make_retention_stock_entry, this.make_retention_stock_entry,
__("Create") __("Create")
); );