1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-01-23 12:29:58 +01:00

Fix minori PR #1271

This commit is contained in:
Pek5892 2023-04-11 14:41:45 +02:00
parent 6707e506b1
commit a891086e2a
2 changed files with 1 additions and 5 deletions

View File

@ -61,10 +61,6 @@ switch (filter('op')) {
flash()->info(tr('Relazione articolo-fornitore rimossa correttamente!'));
break;
case 'update_prezzi':
require base_dir().'/plugins/listino_clienti/actions.php';
break;
case 'update_prezzi':
require base_dir().'/plugins/listino_clienti/actions.php';

View File

@ -38,7 +38,7 @@ echo '
<div class="col-md-3">
<div class="btn-group btn-group-flex">
<button type="button" class="btn btn-info" style="margin-top:25px;" onclick="aggiungiFornitorePrezzi(this)">
<i class="fa fa-money"></i> '.tr('Aggiungi Prezzi e Fornitore').'
<i class="fa fa-money"></i> '.tr('Aggiungi prezzi e fornitore').'
</button>
</div>
</div>