From 0a41d5eb2c2e5ef3af09115d5c80d7bb1574afbf Mon Sep 17 00:00:00 2001 From: Oliver Lippert Date: Sun, 18 Aug 2024 16:18:49 +0200 Subject: [PATCH] tell about delivery objecttype tabs (#30662) --- htdocs/modulebuilder/template/core/modules/modMyModule.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/modulebuilder/template/core/modules/modMyModule.class.php b/htdocs/modulebuilder/template/core/modules/modMyModule.class.php index 256fc605c2b..3f954cdd7a4 100644 --- a/htdocs/modulebuilder/template/core/modules/modMyModule.class.php +++ b/htdocs/modulebuilder/template/core/modules/modMyModule.class.php @@ -199,6 +199,7 @@ class modMyModule extends DolibarrModules // 'categories_x' to add a tab in category view (replace 'x' by type of category (0=product, 1=supplier, 2=customer, 3=member) // 'contact' to add a tab in contact view // 'contract' to add a tab in contract view + // 'delivery' to add a tab in delivery view // 'group' to add a tab in group view // 'intervention' to add a tab in intervention view // 'invoice' to add a tab in customer invoice view