mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-04 00:17:34 -05:00 
			
		
		
		
	Code cleanup
This commit is contained in:
		
							parent
							
								
									28b30e719a
								
							
						
					
					
						commit
						86d16f21ea
					
				@ -156,7 +156,6 @@ class DeletePayment
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
                $client
 | 
					                $client
 | 
				
			||||||
                ->service()
 | 
					                ->service()
 | 
				
			||||||
                // ->updatePaidToDate(($paymentable_credit->pivot->amount) * -1)
 | 
					 | 
				
			||||||
                ->adjustCreditBalance($paymentable_credit->pivot->amount)
 | 
					                ->adjustCreditBalance($paymentable_credit->pivot->amount)
 | 
				
			||||||
                ->save();
 | 
					                ->save();
 | 
				
			||||||
            });
 | 
					            });
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user