mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-07 16:41:48 +01:00
FIX: ModuleBuilder admin setup numbering rules
This commit is contained in:
@@ -320,9 +320,6 @@ $myTmpObjects['myobject'] = array('label'=>'MyObject', 'includerefgeneration'=>0
|
||||
|
||||
|
||||
foreach ($myTmpObjects as $myTmpObjectKey => $myTmpObjectArray) {
|
||||
if ($myTmpObjectKey != $type) {
|
||||
continue;
|
||||
}
|
||||
if ($myTmpObjectArray['includerefgeneration']) {
|
||||
/*
|
||||
* Orders Numbering model
|
||||
|
||||
Reference in New Issue
Block a user