mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-21 14:00:53 +01:00
fix: correzione in fase di aggiunta ordine
This commit is contained in:
parent
17f4efd309
commit
88e79a35d3
@ -22,7 +22,7 @@ use Models\Module;
|
||||
|
||||
$module = Module::find($id_module);
|
||||
|
||||
if ($module->getTranslation('title', Models\Locale::getPredefined()->id) == 'Ordini cliente') {
|
||||
if ($module->name == 'Ordini cliente') {
|
||||
$dir = 'entrata';
|
||||
|
||||
$tipo_anagrafica = 'Cliente';
|
||||
|
Loading…
x
Reference in New Issue
Block a user