Fix getting id
This commit is contained in:
		
					parent
					
						
							
								b01f12c9ec
							
						
					
				
			
			
				commit
				
					
						132a5112fd
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -92,7 +92,7 @@ | ||||||
|                     <td class="text-right last-td"> |                     <td class="text-right last-td"> | ||||||
|                         <a class="btn btn-order-detail" href="{stripe_charge_data.receipt_url}" target="_blank">{% trans "See Invoice" %}</a> |                         <a class="btn btn-order-detail" href="{stripe_charge_data.receipt_url}" target="_blank">{% trans "See Invoice" %}</a> | ||||||
|                     </td> |                     </td> | ||||||
|                     {{ ho_id | get_line_item_from_hosting_order_charge }} |                     {{ ho.id | get_line_item_from_hosting_order_charge }} | ||||||
|                 </tr> |                 </tr> | ||||||
|             {% endfor %} |             {% endfor %} | ||||||
|         </tbody> |         </tbody> | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue