Widgitized the output

This commit is contained in:
Deon George
2012-11-30 09:58:15 +11:00
parent 808730e1e3
commit 4b51fc2727
40 changed files with 1139 additions and 1165 deletions

View File

@@ -45,5 +45,9 @@ class Slot {
else
return $this->barcodelabel;
}
public function usage() {
return $this->status == 'Empty' ? $this->status : $this->LIBVOLUME->volusage();
}
}
?>