瀏覽代碼

Définition numero semaine

feature/export_comptable
Fab 4 年之前
父節點
當前提交
5db52ccc09
共有 2 個檔案被更改,包括 1 行新增2 行删除
  1. +1
    -1
      ShopBundle/Controller/Backend/ProductFamilyController.php
  2. +0
    -1
      ShopBundle/Resources/public/js/backend/script/default/init-common.js

+ 1
- 1
ShopBundle/Controller/Backend/ProductFamilyController.php 查看文件

@@ -414,7 +414,7 @@ class ProductFamilyController extends AdminController
{
$orderShopRepo = $this->em->getRepository(OrderShopInterface::class);
$totalProductOrdered = array();
$currentWeekNumber = $this->orderUtils->getWeekNumberCurrent();
$currentWeekNumber = $this->orderUtils->getWeekNumberCurrentOrder();
$totalProductOrdered['total'][$currentWeekNumber +1] = 0;
$totalProductOrdered['total'][$currentWeekNumber ] = 0;


+ 0
- 1
ShopBundle/Resources/public/js/backend/script/default/init-common.js 查看文件

@@ -66,7 +66,6 @@ function initAdminLtePlugin() {
$('form button[type="submit"]').on('click', function (e) {

checkForm();
log('ncihe')
})

if ($('.select2, select.form-control').length) {

Loading…
取消
儲存