For Material Transfer against Production Order, fetch quantity pending to be transferred for each item.

This commit is contained in:
Nabin Hait
2012-12-21 14:14:07 +05:30
parent ab573ce0c7
commit 079f5e0773
5 changed files with 107 additions and 40 deletions

View File

@@ -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() {