Skip to content

Commit 3e3ef82

Browse files
author
Vincent Boulanger
committed
OX6-188: Fix typo
1 parent 801ad4d commit 3e3ef82

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

status.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ public function log()
265265
'customerid' => $this->fcGetPostParam('customerid'),
266266
'balance' => $this->fcGetPostParam('balance'),
267267
'receivable' => $this->fcGetPostParam('receivable'),
268-
'clearing_bankaccounthold' => $this->fcGetPostParam('clearing_bankaccountholder'),
268+
'clearing_bankaccountholder' => $this->fcGetPostParam('clearing_bankaccountholder'),
269269
'clearing_bankaccount' => $this->fcGetPostParam('clearing_bankaccount'),
270270
'clearing_bankcode' => $this->fcGetPostParam('clearing_bankcode'),
271271
'clearing_bankname' => $this->fcGetPostParam('clearing_bankname'),

0 commit comments

Comments
 (0)