change text of discount (+ lt. AB)
							parent
							
								
									1f91ac1208
								
							
						
					
					
						commit
						b0e74f75c1
					
				|  | @ -68,9 +68,9 @@ class SaleOrder(models.Model): | |||
|                         amount += (line.price_subtotal * order.dealer_discount_percentage)/100 | ||||
|                         discount_pos +=  str(n)+sep | ||||
|                 if nd>1: | ||||
|                     discount_text = discount_text + "Positionen: " | ||||
|                     discount_text = discount_text + "Positionen lt. AB: " | ||||
|                 else: | ||||
|                     discount_text = discount_text + "Position: " | ||||
|                     discount_text = discount_text + "Position lt. AB: " | ||||
| 
 | ||||
|                 discount_text = discount_text + discount_pos.rstrip(sep) | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue