mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-03-11 00:30:11 +01:00
Fix link note di credito
This commit is contained in:
parent
0bdadffd2a
commit
75c13d9ad8
@ -135,7 +135,7 @@ if (!empty($note_accredito)) {
|
|||||||
]);
|
]);
|
||||||
|
|
||||||
echo '
|
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 '
|
echo '
|
||||||
</div>';
|
</div>';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user