Browse Source

Enable item drill down from inventory change report

Neal Wilson 10 years ago
parent
commit
7afb87fb51
1 changed files with 3 additions and 1 deletions
  1. 3
    1
      config/Reports/invchange.xml

+ 3
- 1
config/Reports/invchange.xml View File

@@ -195,7 +195,9 @@
195 195
 				refresh();
196 196
 			});
197 197
 			view.scriptLinkClicked.connect(function(url) {
198
-				print(url);
198
+				var itemReport = createReport("itemtransactions.xml");
199
+				var sIB = findChildObject(itemReport, 'item');
200
+				sIB.currentIndex = sIB.findData(url);
199 201
 			});
200 202
 		]]>
201 203
 	</program>

Loading…
Cancel
Save