733c7a6d2ae6ed35921d23637da3e97e4a3fd678
bernd Kunden können Ihre Rechnung...

bernd authored 16 years ago

1) <?php
2) 
3) $role = $_SESSION['role'];
4) 
5) if ($role & ROLE_CUSTOMER)
6) {
bernd Rechnungen unterhalb von "Ü...

bernd authored 14 years ago

7)   $menu["invoice_current"] = array("label" => "Rechnungen", "file" => "current", "weight" => 2, "submenu" => "index_index");
8)   //$menu["invoice_upcoming"] = array("label" => "zukünftige Rechnungen", "file" => "upcoming", "weight" => 2, "submenu" => "invoice_current");