mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-02-23 06:47:40 +01:00
Rimosso $idsede da stampa ddt, per far uscire i dati del cliente
This commit is contained in:
parent
84f329bc7e
commit
bd988ef6c9
@ -9,7 +9,6 @@ $records = $dbo->fetchArray($q);
|
||||
$module_name = ($records[0]['dir'] == 'entrata') ? 'Ddt di vendita' : 'Ddt di acquisto';
|
||||
|
||||
$id_cliente = $records[0]['idanagrafica'];
|
||||
$id_sede = $records[0]['idsede'];
|
||||
|
||||
$tipo_doc = $records[0]['tipo_doc'];
|
||||
if (empty($records[0]['numero_esterno'])) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user