1
0
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:
Matteo 2025-02-10 10:39:17 +01:00
parent 17f4efd309
commit 88e79a35d3

View File

@ -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';