Feedback 1674: Anpassungen Rechnungsvorlage
							parent
							
								
									026caa88e5
								
							
						
					
					
						commit
						81123cca57
					
				|  | @ -167,7 +167,10 @@ | ||||||
|                                           t-field="order_line.price_unit"/> |                                           t-field="order_line.price_unit"/> | ||||||
|                                 </td> |                                 </td> | ||||||
|                                 <td rowspan="2" class="text-right" t-if="discount_is_set"> |                                 <td rowspan="2" class="text-right" t-if="discount_is_set"> | ||||||
|                                     <span t-if="not order_line.hide_discount and order_line.discount" t-field="order_line.discount"/> |                                     <t t-if="not order_line.hide_discount and order_line.discount"> | ||||||
|  |                                         <span t-esc="o._formatLang(order_line.discount, False).strip('0').strip(',').strip('.')"/> | ||||||
|  |                                         % | ||||||
|  |                                     </t> | ||||||
|                                 </td> |                                 </td> | ||||||
|                                 <td rowspan="2" class="text-right"> |                                 <td rowspan="2" class="text-right"> | ||||||
|                                     <span t-field="order_line.price_subtotal"/> |                                     <span t-field="order_line.price_subtotal"/> | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue