mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-01-27 06:04:54 +01:00
Fix minori
This commit is contained in:
parent
1827ebcf59
commit
b7956fe664
@ -137,8 +137,8 @@ if($generated){
|
||||
$("#genera").click(function(event){
|
||||
event.preventDefault();
|
||||
swal({
|
||||
title: "Sei sicuro di rigereare la fattura?",
|
||||
text: "Sarà generato un nuovo progressivo invio",
|
||||
title: "Sei sicuro di rigenerare la fattura?",
|
||||
text: "Attenzione: sarà generato un nuovo progressivo invio.",
|
||||
type: "warning",
|
||||
showCancelButton: true,
|
||||
confirmButtonColor: "#30d64b",
|
||||
|
@ -867,7 +867,7 @@ class FatturaElettronica
|
||||
'original' => $filename,
|
||||
'category' => tr('Fattura elettronica'),
|
||||
'id_module' => Modules::get('Fatture di vendita')['id'],
|
||||
'id_plugin' => Plugins::get('Fatturazione Elettronica')['id'],
|
||||
//'id_plugin' => Plugins::get('Fatturazione Elettronica')['id'],
|
||||
'id_record' => $this->getDocumento()['id'],
|
||||
];
|
||||
$uploads = Uploads::get($data);
|
||||
|
Loading…
Reference in New Issue
Block a user