Projekt

Allgemein

Profil

GX-Bug #52714 » CustomersInfoFix.patch

Till Tepelmann, 03.08.2017 13:41

Unterschiede anzeigen:

src/GXMainComponents/Services/Core/Customer/CustomerWriter.inc.php (revision )
95 95
			'customers_info_id'                         => (string)$customer->getId(),
96 96
			'customers_info_date_of_last_logon'         => '1000-01-01 00:00:00',
97 97
			'customers_info_number_of_logons'           => '0',
98
			'customers_info_date_account_created'       => date('Y-m-d H:i:s'),
99
			'customers_info_date_account_last_modified' => '1000-01-01 00:00:00'
98
			'customers_info_date_account_created'       => date('Y-m-d H:i:s')
100 99
		);
101 100
		$this->db->insert('customers_info', $customerInfoDataArray);
102 101
	}
    (1-1/1)