add editable account on reception/customer-cart, add towel handling
This commit is contained in:
@@ -29,6 +29,7 @@ use Yii;
|
||||
* @property string $updated_at
|
||||
* @property \common\models\Card card
|
||||
* @property integer status
|
||||
* @property integer towel_count
|
||||
* @property \common\models\User user
|
||||
* @property mixed bank_account
|
||||
*/
|
||||
@@ -47,6 +48,7 @@ class Customer extends BaseFitnessActiveRecord
|
||||
|
||||
public $photo_data;
|
||||
|
||||
|
||||
/**
|
||||
* @inheritdoc
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user