1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-06-05 22:09:38 +02:00

Aggiornamento della stamoa del consuntivo dei contratti

This commit is contained in:
Thomas Zilio
2017-09-21 11:02:31 +02:00
parent 2b581ff303
commit e970cfc930
11 changed files with 605 additions and 393 deletions

View File

@@ -0,0 +1,11 @@
<?php
include_once __DIR__.'/../../core.php';
$module_name = 'Contratti';
// Lettura info fattura
$records = $dbo->fetchArray('SELECT *, data_bozza AS data FROM co_contratti WHERE id='.prepare($idcontratto));
$id_cliente = $records[0]['idanagrafica'];
$id_sede = $records[0]['idsede'];