Browse Source

Added new tab types in modMyModule.class.php

Marcos García de La Fuente 11 years ago
parent
commit
098e6f4560
1 changed files with 2 additions and 0 deletions
  1. 2 0
      dev/skeletons/modMyModule.class.php

+ 2 - 0
dev/skeletons/modMyModule.class.php

@@ -131,6 +131,8 @@ class modMyModule extends DolibarrModules
 		// 'user'             to add a tab in user view
 		// 'group'            to add a tab in group view
 		// 'contact'          to add a tab in contact view
+		// 'payment'		  to add a tab in payment view
+		// 'payment_supplier' to add a tab in supplier payment view
 		// 'categories_x'	  to add a tab in category view (replace 'x' by type of category (0=product, 1=supplier, 2=customer, 3=member)
         $this->tabs = array();