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:
parent
6707e506b1
commit
a891086e2a
@ -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';
|
||||
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user