|  | @@ -301,7 +301,7 @@ function report_stock (reporting){
 | 
	
		
			
				|  |  |                      pdfDoc.setFontSize(12);
 | 
	
		
			
				|  |  |                      pdfDoc.setFontStyle('bold');
 | 
	
		
			
				|  |  |                      pdfDoc.setTextColor(40);
 | 
	
		
			
				|  |  | -                    pdfDoc.text('Listado de productos', data.settings.margin.left, 10);
 | 
	
		
			
				|  |  | +                    pdfDoc.text('Valoracion de stock', data.settings.margin.left, 10);
 | 
	
		
			
				|  |  |                      // FOOTER
 | 
	
		
			
				|  |  |                      var str = "Pagina  " + data.pageCount;
 | 
	
		
			
				|  |  |                      if (typeof pdfDoc.putTotalPages === 'function') {
 | 
	
	
		
			
				|  | @@ -317,7 +317,7 @@ function report_stock (reporting){
 | 
	
		
			
				|  |  |              if (typeof pdfDoc.putTotalPages === 'function') {
 | 
	
		
			
				|  |  |                  pdfDoc.putTotalPages(totalPagesExp);
 | 
	
		
			
				|  |  |              }
 | 
	
		
			
				|  |  | -            pdfDoc.save('Listado de productos.pdf');
 | 
	
		
			
				|  |  | +            pdfDoc.save('Valoracion de stock.pdf');
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  |      });
 | 
	
		
			
				|  |  |  }
 |