Skip to content

Commit

Permalink
- Changed column source on invoice and creditmemo items product sku a…
Browse files Browse the repository at this point in the history
…nd name
  • Loading branch information
24198 committed Oct 24, 2019
1 parent 9d6d1b1 commit 14c2ac8
Showing 1 changed file with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,6 @@ datagrids:
select:
- i
- inv.currency as currency
- product.sku as productSku
- product.name as productName
from:
- { table: MarelloInvoiceBundle:InvoiceItem, alias: i}
join:
Expand Down Expand Up @@ -194,8 +192,6 @@ datagrids:
select:
- i
- inv.currency as currency
- product.sku as productSku
- product.name as productName
from:
- { table: MarelloInvoiceBundle:CreditmemoItem, alias: i}
join:
Expand All @@ -210,8 +206,10 @@ datagrids:
columns:
productSku:
label: marello.product.sku.label
frontend_type: string
data_name: productSku
type: twig
frontend_type: html
template: MarelloProductBundle:Product/Datagrid:productSku.html.twig
productName:
label: marello.product.name.label
frontend_type: string
Expand Down

0 comments on commit 14c2ac8

Please sign in to comment.