|
@@ -213,14 +213,6 @@ function report_purchases (reporting){
|
|
|
return item.id === attachment_ids;
|
|
|
}).shift();
|
|
|
},
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
|
|
|
|
|
|
fect_generar: function(invoices){
|
|
@@ -298,7 +290,6 @@ function report_purchases (reporting){
|
|
|
adjunto = self.getAttachment(invoice.attachment_ids[0]);
|
|
|
imagen = _.flatten(adjunto);
|
|
|
|
|
|
-
|
|
|
if(adjunto == undefined){
|
|
|
icons = '<a class="" href="javascript:void(0)" title="Descarga no disponible"><i class="fa fa-file fa-lg" aria-hidden="true"></i></a> <a class="" href="javascript:void(0)" title="Vista previa no disponible"><i class="fa fa-eye-slash fa-lg" aria-hidden="true"></i></a>';
|
|
|
}else{
|
|
@@ -333,7 +324,6 @@ function report_purchases (reporting){
|
|
|
period_name : invoice.period_id[1],
|
|
|
attachment_ids : adjunto,
|
|
|
download_icon : icons,
|
|
|
-
|
|
|
});
|
|
|
});
|
|
|
self.newInvoice = data;
|