We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 686d36a commit 54e9cbaCopy full SHA for 54e9cba
show_device_parts.php
@@ -638,8 +638,9 @@
638
639
$html->printTemplate('export');
640
641
- $html->setLoop('table', (isset($import_loop) ? $import_loop : array()));
642
- $html->printTemplate('import');
+ //Import deviceparts does not work at all! To fix this we need a reworked import/export system... [TODO]
+ //$html->setLoop('table', (isset($import_loop) ? $import_loop : array()));
643
+ //$html->printTemplate('import');
644
645
$html->printTemplate('copy_device');
646
}
0 commit comments