mirror of
https://github.com/devcode-it/openstamanager.git
synced 2024-12-22 21:28:08 +01:00
Bugfix stampe e widgets
This commit is contained in:
parent
45d531dc87
commit
0c27ffa1d0
@ -106,7 +106,7 @@ if ($totrows > 0) {
|
||||
|
||||
$riga_tecnici .= "</table>\n";
|
||||
|
||||
$line = '<span>Intervento <b>'.$rsi[$i]['id'].'</b> del <b>'.$rsi[$i]['Data inizio'].":</b><br/><small style='color:#444;'>".nl2br($rsi[$i]['richiesta'])."</small></span><br/>\n";
|
||||
$line = '<span>Intervento <b>'.$rsi[$i]['Numero'].'</b> del <b>'.Translator::timestampToLocale($rsi[$i]['Data inizio'])."</b><br/><small style='color:#444;'>".nl2br($rsi[$i]['richiesta'])."</small></span><br/>\n";
|
||||
|
||||
// Se l'elenco non è di un singolo cliente stampo anche la sua ragione sociale
|
||||
if (!$singolo_cliente) {
|
||||
|
@ -326,3 +326,5 @@ ALTER TABLE `co_contratti` DROP `idtipointervento`;
|
||||
-- Rinominazione tabelle
|
||||
ALTER TABLE `co_righe_contratti` RENAME `co_contratti_promemoria`;
|
||||
ALTER TABLE `co_righe2_contratti` RENAME `co_righe_contratti`;
|
||||
UPDATE `zz_widgets` SET `query` = REPLACE(`query`, 'co_righe_contratti', 'co_contratti_promemoria');
|
||||
UPDATE `zz_widgets` SET `query` = REPLACE(`query`, 'co_righe2_contratti', 'co_righe_contratti');
|
||||
|
Loading…
Reference in New Issue
Block a user