For Material Transfer against Production Order, fetch quantity pending to be transferred for each item.
diff --git a/public/js/utils.js b/public/js/utils.js
index af3e579..7e1a8eb 100644
--- a/public/js/utils.js
+++ b/public/js/utils.js
@@ -20,6 +20,7 @@
 erpnext.utils.Controller = Class.extend({
 	init: function(opts) {
 		$.extend(this, opts);
+		this.setup && this.setup();
 	},
 	
 	onload_post_render: function() {