mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-02 04:58:29 +00:00
[fix] [minor] call set_dynamic_labels after onload_post_render
This commit is contained in:
@@ -42,6 +42,7 @@ erpnext.TransactionController = erpnext.stock.StockController.extend({
|
||||
callback: function(r) {
|
||||
// remove this call when using client side mapper
|
||||
me.set_default_values();
|
||||
me.set_dynamic_labels();
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user