mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-23 20:00:33 -04:00
Fixes for types
This commit is contained in:
parent
95c36f111b
commit
84a54b08c7
@ -206,7 +206,6 @@ trait GenerateMigrationResources
|
|||||||
'client_number_pattern' => $this->account->client_number_pattern ?: '',
|
'client_number_pattern' => $this->account->client_number_pattern ?: '',
|
||||||
'payment_number_pattern' => '',
|
'payment_number_pattern' => '',
|
||||||
'payment_number_counter' => 0,
|
'payment_number_counter' => 0,
|
||||||
'payment_terms' => $this->account->payment_terms ?: '',
|
|
||||||
'reset_counter_frequency_id' => $this->account->reset_counter_frequency_id ? (string) $this->transformFrequencyId
|
'reset_counter_frequency_id' => $this->account->reset_counter_frequency_id ? (string) $this->transformFrequencyId
|
||||||
($this->account->reset_counter_frequency_id) : '0',
|
($this->account->reset_counter_frequency_id) : '0',
|
||||||
'payment_type_id' => $this->account->payment_type_id ? (string) $this->transformPaymentType($this->account->payment_type_id) : '1',
|
'payment_type_id' => $this->account->payment_type_id ? (string) $this->transformPaymentType($this->account->payment_type_id) : '1',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user