refactor(test): return invoice will have -ve outstanding
This commit is contained in:
		
							parent
							
								
									00878707ae
								
							
						
					
					
						commit
						b30c1e1abf
					
				| @ -1500,8 +1500,8 @@ class TestSalesInvoice(unittest.TestCase): | ||||
| 		self.assertEqual(party_credited, 1000) | ||||
| 
 | ||||
| 		# Check outstanding amount | ||||
| 		self.assertFalse(si1.outstanding_amount) | ||||
| 		self.assertEqual(frappe.db.get_value("Sales Invoice", si.name, "outstanding_amount"), 1500) | ||||
| 		self.assertEqual(frappe.db.get_value("Sales Invoice", si1.name, "outstanding_amount"), -1000) | ||||
| 		self.assertEqual(frappe.db.get_value("Sales Invoice", si.name, "outstanding_amount"), 2500) | ||||
| 
 | ||||
| 	def test_gle_made_when_asset_is_returned(self): | ||||
| 		create_asset_data() | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user