Browse Source

add Account

andre 2 năm trước cách đây
mục cha
commit
6dfc245be9
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/UI/Client/EmailAccount/Sections/GeneralSection.php

+ 1 - 1
app/UI/Client/EmailAccount/Sections/GeneralSection.php

@@ -53,7 +53,7 @@ class GeneralSection extends FreeFieldsSection
 
         $this->generateDoubleSection([new Text('display_name'), new Select('status')]);
 
-        $this->generateDoubleSection([new Number(0), new Select('unit')]);
+        $this->generateDoubleSection([new Number('quota'), new Select('unit')]);
 
         $passwd = new Password('password');
         $passwd->setDescription('description');