added units used to Preorder

This commit is contained in:
Frank Schubert
2022-05-11 13:23:47 +02:00
parent 6e29312363
commit 11ede6a5b7
6 changed files with 61 additions and 10 deletions

View File

@@ -29,9 +29,15 @@ class DashboardController extends mfBaseController {
var_dump($a->generateServicePin());exit;
*/
/*
$t = new Termination(45);
$ports = $t->getLineworkportPairs();
var_dump($ports);exit;
*
*/
$b = new Building(12);
echo $b->getUsedTerminationCount(true);exit;
}
protected function pdfAction() {