Latest inventory detail page modifications.

This commit is contained in:
chouseknecht
2013-05-30 18:12:36 -04:00
parent f16f41fc99
commit e121235ba9
6 changed files with 52 additions and 125 deletions

View File

@@ -609,7 +609,7 @@ angular.module('FormGenerator', ['GeneratorHelpers'])
}
}
if (this.form.name == 'inventory') {
if (this.form.name == 'inventory' && options.mode == 'edit') {
html += this.buildTree();
}
else {