From 84a54b08c7cfd2ffe06e80d970a942dffdc76a4e Mon Sep 17 00:00:00 2001 From: David Bomba Date: Mon, 10 Jan 2022 16:43:36 +1100 Subject: [PATCH] Fixes for types --- app/Traits/GenerateMigrationResources.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/Traits/GenerateMigrationResources.php b/app/Traits/GenerateMigrationResources.php index 66531b2716..2fce8b6160 100644 --- a/app/Traits/GenerateMigrationResources.php +++ b/app/Traits/GenerateMigrationResources.php @@ -206,7 +206,6 @@ trait GenerateMigrationResources 'client_number_pattern' => $this->account->client_number_pattern ?: '', 'payment_number_pattern' => '', 'payment_number_counter' => 0, - 'payment_terms' => $this->account->payment_terms ?: '', 'reset_counter_frequency_id' => $this->account->reset_counter_frequency_id ? (string) $this->transformFrequencyId ($this->account->reset_counter_frequency_id) : '0', 'payment_type_id' => $this->account->payment_type_id ? (string) $this->transformPaymentType($this->account->payment_type_id) : '1',