Sistemato permessi
This commit is contained in:
@@ -193,11 +193,7 @@ JOIN categories as c ON a.mov_fk_categoria=c.id';
|
||||
list($giorno,$mese,$anno) = explode('/',$line['Data valuta']);
|
||||
$data="$anno-$mese-$giorno";
|
||||
self::insEntrata([
|
||||
<<<<<<< HEAD
|
||||
'mov_data'=>$data,
|
||||
=======
|
||||
'mov_data'=>self::dateFormat(0,$line['Data valuta']),
|
||||
>>>>>>> devel
|
||||
'mov_fk_categoria'=>1,
|
||||
'mov_descrizione'=>$line['Descrizione operazione'],
|
||||
'mov_importo'=>trim(str_replace(',','.',(str_replace('.','',str_replace('€', '', $line['Importo']))))),
|
||||
|
||||
Reference in New Issue
Block a user