Fix link note di credito

This commit is contained in:
loviuz 2022-10-10 09:32:21 +02:00
parent 0bdadffd2a
commit 75c13d9ad8
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ if (!empty($note_accredito)) {
]);
echo '
<br>'.Modules::link('Fatture di vendita', $nota['id'], $text, $text);
<br>'.Modules::link( ($dir == 'entrata' ? 'Fatture di vendita' : 'Fatture di acquisto' ), $nota['id'], $text, $text);
}
echo '
</div>';