mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-14 08:54:21 +01:00
Move tab menu for subscription in member.lib
Move all pages for subscription member in adherent/subscription (Card / Info / List) Rename llx_cotisation in llx_subscription Rename all db field cotisation in subscription Rename class Cotisation in class Subscription
This commit is contained in:
@@ -2606,7 +2606,7 @@ abstract class CommonObject
|
||||
$classfile = 'facture-rec'; $classname = 'FactureRec';
|
||||
}
|
||||
else if ($objecttype == 'subscription') {
|
||||
$classfile = 'cotisation'; $classname = 'Cotisation';
|
||||
$classfile = 'subscription'; $classname = 'Subscription';
|
||||
}
|
||||
|
||||
// Here $module, $classfile and $classname are set
|
||||
|
||||
Reference in New Issue
Block a user