Qty.php 378 B

1234567891011121314151617
  1. <?php
  2. /**
  3. * Copyright © Magento, Inc. All rights reserved.
  4. * See COPYING.txt for license details.
  5. */
  6. namespace Magento\Sales\Block\Adminhtml\Items\Column;
  7. /**
  8. * Sales Order items qty column renderer
  9. *
  10. * @api
  11. * @author Magento Core Team <core@magentocommerce.com>
  12. * @since 100.0.2
  13. */
  14. class Qty extends \Magento\Sales\Block\Adminhtml\Items\Column\DefaultColumn
  15. {
  16. }