+ {{ scope.row.product.name }}
+
+ Codigo :{{ scope.row.product.value }}
+ Precio : {{ formatPrice(scope.row.priceStandard, scope.row.currency.iSOCode) }}
+ Tax : {{ formatPrice(getTaxAmount(scope.row.priceStandard, scope.row.taxRate.rate), scope.row.currency.iSOCode) }}
+ Gran Total : {{ formatPrice(getTaxAmount(scope.row.priceStandard, scope.row.taxRate.rate) + scope.row.priceStandard, scope.row.currency.iSOCode) }}
+ UPC : {{ scope.row.product.upc }}
+
+ {{ scope.row.product.name }}
+
+
+