Feedback 4574: Dokumentenvorlagen - Angebot / Auftrag / Pro-Forma Invoice, Testfeedback FD 07.02.2018 für Angebot/SO/Proforma
							parent
							
								
									17532135bd
								
							
						
					
					
						commit
						d73cf7e129
					
				|  | @ -67,8 +67,9 @@ | |||
|                             <th class="text-center">Pos.</th> | ||||
|                             <th class="text-center">Anzahl</th> | ||||
|                             <th class="text-right">Gewicht</th> | ||||
|                             <th class="text-right">EP</th> | ||||
|                             <th class="text-right"></th> | ||||
|                             <th class="text-left">Artikel</th> | ||||
|                             <th class="text-right">EP</th> | ||||
|                             <th class="text-right" t-if="discount_is_set">Rabatt</th> | ||||
|                             <th class="text-right">Gesamtpreis</th> | ||||
|                         </tr> | ||||
|  | @ -91,7 +92,6 @@ | |||
|                                     <span t-field="order_line.lot_id.weight"/> kg | ||||
|                                 </td> | ||||
|                                 <td class="text-right"> | ||||
|                                     <span t-field="order_line.price_unit"/> | ||||
|                                 </td> | ||||
|                                 <td rowspan="2" class="text-left"> | ||||
|                                     <t t-if="order_line.product_id.default_code"> | ||||
|  | @ -110,7 +110,9 @@ | |||
|                                         <br/><strong>Lieferdatum: </strong><span t-field="order_line.delivery_date"/> | ||||
|                                     </t> | ||||
|                                 </td> | ||||
| 
 | ||||
|                                 <td rowspan="2" class="text-right"> | ||||
|                                     <span t-field="order_line.price_unit"/> | ||||
|                                 </td> | ||||
|                                 <td rowspan="2" class="text-right" t-if="discount_is_set"> | ||||
|                                     <span t-field="order_line.discount"/> | ||||
|                                 </td> | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue