瀏覽代碼

[Espace producteurs] Problème abonnements

prodstable
Guillaume Bourgeois 1 年之前
父節點
當前提交
416747e71e
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      common/models/SubscriptionForm.php

+ 1
- 1
common/models/SubscriptionForm.php 查看文件

@@ -149,7 +149,7 @@ class SubscriptionForm extends Model
$subscription->saturday = $this->saturday;
$subscription->sunday = $this->sunday;
$subscription->week_frequency = $this->week_frequency;
$subscription->auto_payment = $this->auto_payment;
$subscription->auto_payment = (int) $this->auto_payment;
$subscription->comment = $this->comment;

$subscription->save();

Loading…
取消
儲存