소스 검색

Correction : la date de la commande est à prendre au niveau de la production

master
keun 7 년 전
부모
커밋
6c879438d0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      common/models/Commande.php

+ 1
- 1
common/models/Commande.php 파일 보기

@@ -390,7 +390,7 @@ class Commande extends \yii\db\ActiveRecord
$delai_commande = Etablissement::getConfig('delai_commande',$this->production->id_etablissement) ;
$heure_limite = Etablissement::getConfig('heure_limite_commande',$this->production->id_etablissement) ;
$date_commande = strtotime($this->date) ;
$date_commande = strtotime($this->production->date) ;
$date_today = strtotime(date('Y-m-d'));
$heure_today = date('G') ;

Loading…
취소
저장