valuation rate mandatory if item is transacting for the first time
This commit is contained in:
		
							parent
							
								
									9e95e780da
								
							
						
					
					
						commit
						675276b802
					
				| @ -153,8 +153,8 @@ class StockReconciliation(StockController): | |||||||
| 				if row.valuation_rate in ("", None): | 				if row.valuation_rate in ("", None): | ||||||
| 					row.valuation_rate = previous_sle.get("valuation_rate") | 					row.valuation_rate = previous_sle.get("valuation_rate") | ||||||
| 
 | 
 | ||||||
| 			# if row.qty and not row.valuation_rate: | 			if row.qty and not row.valuation_rate: | ||||||
| 			# 	frappe.throw(_("Valuation Rate required for Item {0}").format(row.item_code)) | 				frappe.throw(_("Valuation Rate required for Item {0}").format(row.item_code)) | ||||||
| 
 | 
 | ||||||
| 			self.insert_entries(row) | 			self.insert_entries(row) | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user