[%- USE T8 %][%- USE HTML %][%- USE LxERP -%][%- USE L -%]
[% IF missing_qty_exceptions.size %][% LxERP.t8("The following parts could not be allocated:") %]
[% LxERP.t8("Part") %] | [% LxERP.t8("Required qty") %] | [% LxERP.t8("Missing qty") %] |
---|---|---|
[% HTML.escape(ex.part_description) %] | [% HTML.escape(LxERP.format_amount(ex.to_allocate_qty)) %] | [% HTML.escape(LxERP.format_amount(ex.missing_qty)) %] |
[% LxERP.t8("Additional errors:") %]