Merge branch 'master' of https://github.com/devcode-it/openstamanager
This commit is contained in:
commit
20e13a0f6d
|
@ -11,3 +11,7 @@ $contratto = $dbo->fetchOne('SELECT nome, numero FROM co_contratti WHERE id = '.
|
||||||
|
|
||||||
$id_cliente = $documento['idanagrafica'];
|
$id_cliente = $documento['idanagrafica'];
|
||||||
$id_sede = $documento['idsede'];
|
$id_sede = $documento['idsede'];
|
||||||
|
|
||||||
|
//Se utente tencico e ho deciso di non mostrare i prezzi al tencico mi assicuro che non li possa vedere dalla stampa
|
||||||
|
if (Auth::user()['gruppo'] == 'Tecnici' and $options['pricing'] == true and setting('Mostra i prezzi al tecnico') == 0)
|
||||||
|
$options['pricing'] = false;
|
Loading…
Reference in New Issue