25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

20 lines
644 B

  1. <?xml version="1.0"?>
  2. <!--
  3. /**
  4. * Copyright © Magento, Inc. All rights reserved.
  5. * See COPYING.txt for license details.
  6. */
  7. -->
  8. <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Sales:etc/pdf_file.xsd">
  9. <totals>
  10. <total name="weee">
  11. <title translate="true">FPT</title>
  12. <source_field>weee_amount</source_field>
  13. <model>Magento\Weee\Model\Sales\Pdf\Weee</model>
  14. <font_size>7</font_size>
  15. <display_zero>false</display_zero>
  16. <sort_order>250</sort_order>
  17. </total>
  18. </totals>
  19. </config>