Fixes for migration
This commit is contained in:
parent
60e0154ac6
commit
59a1596732
1 changed files with 1 additions and 0 deletions
|
|
@ -132,6 +132,7 @@ info("get company");
|
||||||
'font_size' => $this->account->font_size ?: 9,
|
'font_size' => $this->account->font_size ?: 9,
|
||||||
'invoice_labels' => $this->account->invoice_labels ?: '',
|
'invoice_labels' => $this->account->invoice_labels ?: '',
|
||||||
'military_time' => $this->account->military_time ? (bool) $this->account->military_time : false,
|
'military_time' => $this->account->military_time ? (bool) $this->account->military_time : false,
|
||||||
|
'invoice_number_counter' => $this->account->invoice_number_counter ?: 0,
|
||||||
'invoice_number_pattern' => $this->account->invoice_number_pattern ?: '',
|
'invoice_number_pattern' => $this->account->invoice_number_pattern ?: '',
|
||||||
'quote_number_pattern' => $this->account->quote_number_pattern ?: '',
|
'quote_number_pattern' => $this->account->quote_number_pattern ?: '',
|
||||||
'quote_terms' => $this->account->quote_terms ?: '',
|
'quote_terms' => $this->account->quote_terms ?: '',
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue