mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-25 07:54:46 +00:00
For Material Transfer against Production Order, fetch quantity pending to be transferred for each item.
This commit is contained in:
@@ -20,6 +20,7 @@ wn.provide('erpnext.utils');
|
||||
erpnext.utils.Controller = Class.extend({
|
||||
init: function(opts) {
|
||||
$.extend(this, opts);
|
||||
this.setup && this.setup();
|
||||
},
|
||||
|
||||
onload_post_render: function() {
|
||||
|
||||
Reference in New Issue
Block a user