mirror of
				https://github.com/crater-invoice/crater.git
				synced 2025-10-28 04:01:10 -04:00 
			
		
		
		
	Fixed the "Download Expenses File" URL (#785)
* Fixed the download PDF URL Added the "/reports" prefix to the "Download PDF" Button of the Create.vue file. Now the download redirect works correctly. Fixed with @SpyrosKoustas. * Fixed the missing "/reports" prefix Added the missing "/reports" prefix so that the project must not be rebuilt. Fixed with @Dimitris-Provatas Co-authored-by: Spyros Georg Koustas <spyros.koustas@hotmail.com>
This commit is contained in:
		
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							82dbee4794
						
					
				
				
					commit
					c9d6824f8c
				
			
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							| @ -381,7 +381,7 @@ const pageTitle = computed(() => | ||||
| ) | ||||
|  | ||||
| const receiptDownloadUrl = computed(() => | ||||
|   isEdit.value ? `/expenses/${route.params.id}/download-receipt` : '' | ||||
|   isEdit.value ? `/reports/expenses/${route.params.id}/download-receipt` : '' | ||||
| ) | ||||
|  | ||||
| expenseStore.resetCurrentExpenseData() | ||||
|  | ||||
		Reference in New Issue
	
	Block a user