mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-04 06:37:33 -05:00 
			
		
		
		
	Fix quotes page (undefined variable) (#3719)
* fix quotes page * fix translation
This commit is contained in:
		
							parent
							
								
									aedb5b6cd9
								
							
						
					
					
						commit
						6e473b9987
					
				@ -60,7 +60,7 @@
 | 
				
			|||||||
                        </th>
 | 
					                        </th>
 | 
				
			||||||
                        <th class="px-6 py-3 border-b border-gray-200 bg-gray-50 text-left text-xs leading-4 font-medium text-gray-500 uppercase tracking-wider">
 | 
					                        <th class="px-6 py-3 border-b border-gray-200 bg-gray-50 text-left text-xs leading-4 font-medium text-gray-500 uppercase tracking-wider">
 | 
				
			||||||
                            <span role="button" wire:click="sortBy('status_id')" class="cursor-pointer">
 | 
					                            <span role="button" wire:click="sortBy('status_id')" class="cursor-pointer">
 | 
				
			||||||
                                {{ ctrans('texts.status_id') }}
 | 
					                                {{ ctrans('texts.quote_status') }}
 | 
				
			||||||
                            </span>
 | 
					                            </span>
 | 
				
			||||||
                        </th>
 | 
					                        </th>
 | 
				
			||||||
                        <th class="px-6 py-3 border-b border-gray-200 bg-gray-50"></th>
 | 
					                        <th class="px-6 py-3 border-b border-gray-200 bg-gray-50"></th>
 | 
				
			||||||
 | 
				
			|||||||
@ -78,7 +78,7 @@
 | 
				
			|||||||
            <div x-show="open" x-transition:enter="transition ease-out duration-100" x-transition:enter-start="transform opacity-0 scale-95" x-transition:enter-end="transform opacity-100 scale-100" x-transition:leave="transition ease-in duration-75" x-transition:leave-start="transform opacity-100 scale-100" x-transition:leave-end="transform opacity-0 scale-95" class="origin-top-right absolute right-0 mt-2 w-56 rounded-md shadow-lg">
 | 
					            <div x-show="open" x-transition:enter="transition ease-out duration-100" x-transition:enter-start="transform opacity-0 scale-95" x-transition:enter-end="transform opacity-100 scale-100" x-transition:leave="transition ease-in duration-75" x-transition:leave-start="transform opacity-100 scale-100" x-transition:leave-end="transform opacity-0 scale-95" class="origin-top-right absolute right-0 mt-2 w-56 rounded-md shadow-lg">
 | 
				
			||||||
                <div class="rounded-md bg-white shadow-xs">
 | 
					                <div class="rounded-md bg-white shadow-xs">
 | 
				
			||||||
                <div class="py-1">
 | 
					                <div class="py-1">
 | 
				
			||||||
                    <a target="_blank" href="{{ $invoice->pdf_file_path() }}" class="block px-4 py-2 text-sm leading-5 text-gray-700 hover:bg-gray-100 hover:text-gray-900 focus:outline-none focus:bg-gray-100 focus:text-gray-900">{{ ctrans('texts.open_in_new_tab') }}</a>
 | 
					                    <a target="_blank" href="{{ $quote->pdf_file_path() }}" class="block px-4 py-2 text-sm leading-5 text-gray-700 hover:bg-gray-100 hover:text-gray-900 focus:outline-none focus:bg-gray-100 focus:text-gray-900">{{ ctrans('texts.open_in_new_tab') }}</a>
 | 
				
			||||||
                </div>
 | 
					                </div>
 | 
				
			||||||
                </div>
 | 
					                </div>
 | 
				
			||||||
            </div>
 | 
					            </div>
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user