mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-10-31 16:57:33 -04:00 
			
		
		
		
	Bug fixes
This commit is contained in:
		
							parent
							
								
									2d5a30490e
								
							
						
					
					
						commit
						b14f8e2dfe
					
				| @ -129,9 +129,9 @@ class PushService | |||||||
|     private function entitySentMessage($invoice) |     private function entitySentMessage($invoice) | ||||||
|     { |     { | ||||||
|         if($invoice->is_quote) |         if($invoice->is_quote) | ||||||
|             return 'Quote #{$invoice->invoice_number} sent!'; |             return "Quote #{$invoice->invoice_number} sent!"; | ||||||
|         else |         else | ||||||
|             return 'Invoice #{$invoice->invoice_number} sent!'; |             return "Invoice #{$invoice->invoice_number} sent"; | ||||||
| 
 | 
 | ||||||
|     } |     } | ||||||
| 
 | 
 | ||||||
| @ -141,7 +141,7 @@ class PushService | |||||||
|      */ |      */ | ||||||
|     private function invoicePaidMessage($invoice) |     private function invoicePaidMessage($invoice) | ||||||
|     { |     { | ||||||
|         return 'Invoice #{$invoice->invoice_number} paid!'; |         return "Invoice #{$invoice->invoice_number} paid!"; | ||||||
|     } |     } | ||||||
| 
 | 
 | ||||||
|     /** |     /** | ||||||
| @ -150,7 +150,7 @@ class PushService | |||||||
|      */ |      */ | ||||||
|     private function quoteApprovedMessage($invoice) |     private function quoteApprovedMessage($invoice) | ||||||
|     { |     { | ||||||
|         return 'Quote #{$invoice->invoice_number} approved!'; |         return "Quote #{$invoice->invoice_number} approved!"; | ||||||
|     } |     } | ||||||
| 
 | 
 | ||||||
|     /** |     /** | ||||||
| @ -160,9 +160,9 @@ class PushService | |||||||
|     private function entityViewedMessage($invoice) |     private function entityViewedMessage($invoice) | ||||||
|     { |     { | ||||||
|         if($invoice->is_quote) |         if($invoice->is_quote) | ||||||
|             return 'Quote #{$invoice->invoice_number} viewed!'; |             return "Quote #{$invoice->invoice_number} viewed!"; | ||||||
|         else |         else | ||||||
|             return 'Invoice #{$invoice->invoice_number} viewed!'; |             return "Invoice #{$invoice->invoice_number} viewed!"; | ||||||
| 
 | 
 | ||||||
|     } |     } | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user