Skip to content

Commit

Permalink
Merge pull request #9230 from rokaszygmantas/migration/orders_invoices
Browse files Browse the repository at this point in the history
Migration of Sell > Orders > Invoices page
  • Loading branch information
mickaelandrieu committed Jul 16, 2018
2 parents 89c0eae + 6b13413 commit f01325c
Show file tree
Hide file tree
Showing 62 changed files with 2,315 additions and 488 deletions.

This file was deleted.

34 changes: 34 additions & 0 deletions admin-dev/themes/new-theme/js/pages/invoices/index.js
@@ -0,0 +1,34 @@
/**
* 2007-2017 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Open Software License (OSL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* https://opensource.org/licenses/OSL-3.0
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
* @author PrestaShop SA <contact@prestashop.com>
* @copyright 2007-2017 PrestaShop SA
* @license https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
* International Registered Trademark & Property of PrestaShop SA
*/

import initDatePickers from '../../app/utils/datepicker';
import TranslatableInput from '../../components/translatable-input';

const $ = window.$;

$(() => {
initDatePickers();
new TranslatableInput();
});
2 changes: 1 addition & 1 deletion admin-dev/themes/new-theme/public/catalog.bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion admin-dev/themes/new-theme/public/geolocation.bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion admin-dev/themes/new-theme/public/imports.bundle.js

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions admin-dev/themes/new-theme/public/invoices.bundle.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f01325c

Please sign in to comment.