We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17f4efd commit 88e79a3Copy full SHA for 88e79a3
1 file changed
modules/ordini/add.php
@@ -22,7 +22,7 @@
22
23
$module = Module::find($id_module);
24
25
-if ($module->getTranslation('title', Models\Locale::getPredefined()->id) == 'Ordini cliente') {
+if ($module->name == 'Ordini cliente') {
26
$dir = 'entrata';
27
28
$tipo_anagrafica = 'Cliente';
0 commit comments