mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
Show product variant SKU in Xero report
This commit is contained in:
@@ -69,7 +69,7 @@ module OpenFoodNetwork
|
||||
|
||||
def line_item_detail_row(line_item, invoice_number, opts)
|
||||
row(line_item.order,
|
||||
line_item.product.sku,
|
||||
line_item.variant.sku,
|
||||
line_item.product_and_full_name,
|
||||
line_item.quantity.to_s,
|
||||
line_item.price.to_s,
|
||||
|
||||
Reference in New Issue
Block a user