]> git.llucax.com Git - software/sercom.git/blobdiff - sercom/menu.py
Metodo de Nico para hacer el laburo grueso.
[software/sercom.git] / sercom / menu.py
index bc9fbeed44ff05d0ff44df4940937972259f6a13..beb4f57783d38b33a4624807057cbe3451c47dae 100644 (file)
@@ -14,6 +14,7 @@ class Menu:
 
     def _check(self, c):
         if hasattr(c, 'hide_to_admin') and 'admin' in identity.current.permissions: return False
+        if hasattr(c, 'hide_to_entregar') and 'admin' not in identity.current.permissions: return False
         return c.require.eval_with_object(identity.current)
 
     def __repr__(self):