Merge pull request #1591 from defrance69/patch-9
Update commonobject.class.php
This commit is contained in:
commit
bb4eed0a1e
@ -1827,9 +1827,6 @@ abstract class CommonObject
|
|||||||
else if ($objecttype == 'invoice_supplier' || $objecttype == 'order_supplier') {
|
else if ($objecttype == 'invoice_supplier' || $objecttype == 'order_supplier') {
|
||||||
$classpath = 'fourn/class'; $module = 'fournisseur';
|
$classpath = 'fourn/class'; $module = 'fournisseur';
|
||||||
}
|
}
|
||||||
else if ($objecttype == 'order_supplier') {
|
|
||||||
$classpath = 'fourn/class';
|
|
||||||
}
|
|
||||||
else if ($objecttype == 'fichinter') {
|
else if ($objecttype == 'fichinter') {
|
||||||
$classpath = 'fichinter/class'; $subelement = 'fichinter'; $module = 'ficheinter';
|
$classpath = 'fichinter/class'; $subelement = 'fichinter'; $module = 'ficheinter';
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user