Merge pull request #6929 from efgalvao/issue#6892

Fix the issue #6892
This commit is contained in:
Pau Pérez Fabregat
2021-02-24 20:48:27 +01:00
committed by GitHub
2 changed files with 4 additions and 1 deletions

View File

@@ -57,7 +57,9 @@
%span
= t("admin.orders.bulk_management.shared")
.eight.columns
%h6.text-center{ 'ng-show' => 'sharedResource' } {{ selectedUnitsProduct.name + ": ALL" }}
%h6.text-center{ 'ng-show' => 'sharedResource' }
{{ selectedUnitsProduct.name + ": " }}
= t('admin.orders.bulk_management.all')
%h6.text-center{ 'ng-hide' => 'sharedResource' } {{ selectedUnitsVariant.full_name }}
.three.columns
%h6.text-right

View File

@@ -684,6 +684,7 @@ en:
max_fulfilled_units: "Max Fulfilled Units"
order_error: "Some errors must be resolved before you can update orders.\nAny fields with red borders contain errors."
variants_without_unit_value: "WARNING: Some variants do not have a unit value"
all: "All"
select_variant: "Select a variant"
enterprise:
select_outgoing_oc_products_from: Select outgoing OC products from