Skip to content

Commit 54e9cba

Browse files
committed
Dont show import panel in show_device_parts.php
This feature did not work at all, and to make it work we need a complete rework of the import export system. See issue #33.
1 parent 686d36a commit 54e9cba

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

show_device_parts.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -638,8 +638,9 @@
638638

639639
$html->printTemplate('export');
640640

641-
$html->setLoop('table', (isset($import_loop) ? $import_loop : array()));
642-
$html->printTemplate('import');
641+
//Import deviceparts does not work at all! To fix this we need a reworked import/export system... [TODO]
642+
//$html->setLoop('table', (isset($import_loop) ? $import_loop : array()));
643+
//$html->printTemplate('import');
643644

644645
$html->printTemplate('copy_device');
645646
}

0 commit comments

Comments
 (0)