Skip to content

Commit 9c66f98

Browse files
authored
Correcting typing error
1 parent a1eb616 commit 9c66f98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

htdocs/reception/list.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@
265265
$mode_reglement_id = 0;
266266
$fk_account = 0;
267267
$transport_mode_id = 0;
268-
$mutlicurrency_code = null;
268+
$multicurrency_code = null;
269269

270270
if (!empty($rcp->cond_reglement_id)) {
271271
$cond_reglement_id = $rcp->cond_reglement_id;

0 commit comments

Comments
 (0)