Skip to content

Commit

Permalink
removed use of 2amigos DateTimePicker
Browse files Browse the repository at this point in the history
  • Loading branch information
hiqsol committed Jun 15, 2016
1 parent 8b2cd43 commit d5d1c83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/server/_saleModal.php
Expand Up @@ -2,7 +2,7 @@

use hipanel\modules\client\widgets\combo\ClientCombo;
use hipanel\modules\finance\widgets\TariffCombo;
use dosamigos\datetimepicker\DateTimePicker;
use hipanel\widgets\DateTimePicker;
use yii\widgets\ActiveForm;
use yii\helpers\Html;
use yii\helpers\Url;
Expand All @@ -22,7 +22,7 @@
'tariffType' => 'server',
]) ?>
<?= $form->field($model, 'sale_time')->widget(DateTimePicker::class, [
'clientOptions' => [
'pluginOptions' => [
'autoclose' => true,
],
]) ?>
Expand Down

0 comments on commit d5d1c83

Please sign in to comment.