Fix translation ICS
This commit is contained in:
parent
2f3105d884
commit
bec87f5739
@ -212,7 +212,7 @@ if (empty($reshook)) {
|
|||||||
$object->ics = trim(GETPOST("ics", 'alpha'));
|
$object->ics = trim(GETPOST("ics", 'alpha'));
|
||||||
$object->ics_transfer = trim(GETPOST("ics_transfer", 'alpha'));
|
$object->ics_transfer = trim(GETPOST("ics_transfer", 'alpha'));
|
||||||
|
|
||||||
$account_number = GETPOST('account_number', 'alpha');
|
$account_number = GETPOST('account_number', 'alphanohtml');
|
||||||
if (empty($account_number) || $account_number == '-1') {
|
if (empty($account_number) || $account_number == '-1') {
|
||||||
$object->account_number = '';
|
$object->account_number = '';
|
||||||
} else {
|
} else {
|
||||||
@ -754,13 +754,13 @@ if ($action == 'create') {
|
|||||||
print '</td></tr>';
|
print '</td></tr>';
|
||||||
|
|
||||||
if ($conf->prelevement->enabled) {
|
if ($conf->prelevement->enabled) {
|
||||||
print '<tr><td>'.$langs->trans("ICS").'</td>';
|
print '<tr><td>'.$langs->trans("ICS").' ('.$langs->trans("StandingOrder").')</td>';
|
||||||
print '<td>'.$object->ics.'</td>';
|
print '<td>'.$object->ics.'</td>';
|
||||||
print '</tr>';
|
print '</tr>';
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($conf->paymentbybanktransfer->enabled) {
|
if ($conf->paymentbybanktransfer->enabled) {
|
||||||
print '<tr><td>'.$langs->trans("ICSTransfer").'</td>';
|
print '<tr><td>'.$langs->trans("ICS").' ('.$langs->trans("BankTransfer").')</td>';
|
||||||
print '<td>'.$object->ics_transfer.'</td>';
|
print '<td>'.$object->ics_transfer.'</td>';
|
||||||
print '</tr>';
|
print '</tr>';
|
||||||
}
|
}
|
||||||
@ -1053,12 +1053,12 @@ if ($action == 'create') {
|
|||||||
print '<td><input class="minwidth150 maxwidth200onsmartphone" maxlength="11" type="text" class="flat" name="bic" value="'.$object->bic.'"></td></tr>';
|
print '<td><input class="minwidth150 maxwidth200onsmartphone" maxlength="11" type="text" class="flat" name="bic" value="'.$object->bic.'"></td></tr>';
|
||||||
|
|
||||||
if ($conf->prelevement->enabled) {
|
if ($conf->prelevement->enabled) {
|
||||||
print '<tr><td>'.$langs->trans("ICS").'</td>';
|
print '<tr><td>'.$langs->trans("ICS").' ('.$langs->trans("StandingOrder").')</td>';
|
||||||
print '<td><input class="minwidth150 maxwidth200onsmartphone" maxlength="32" type="text" class="flat" name="ics" value="'.$object->ics.'"></td></tr>';
|
print '<td><input class="minwidth150 maxwidth200onsmartphone" maxlength="32" type="text" class="flat" name="ics" value="'.$object->ics.'"></td></tr>';
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($conf->paymentbybanktransfer->enabled) {
|
if ($conf->paymentbybanktransfer->enabled) {
|
||||||
print '<tr><td>'.$langs->trans("ICSTransfer").'</td>';
|
print '<tr><td>'.$langs->trans("ICS").' ('.$langs->trans("BankTransfer").')</td>';
|
||||||
print '<td><input class="minwidth150 maxwidth200onsmartphone" maxlength="32" type="text" class="flat" name="ics_transfer" value="'.$object->ics_transfer.'"></td></tr>';
|
print '<td><input class="minwidth150 maxwidth200onsmartphone" maxlength="32" type="text" class="flat" name="ics_transfer" value="'.$object->ics_transfer.'"></td></tr>';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -133,8 +133,7 @@ SEPARCUR=SEPA CUR
|
|||||||
SEPAFRST=SEPA FRST
|
SEPAFRST=SEPA FRST
|
||||||
ExecutionDate=Execution date
|
ExecutionDate=Execution date
|
||||||
CreateForSepa=Create direct debit file
|
CreateForSepa=Create direct debit file
|
||||||
ICS=Creditor Identifier CI for direct debit
|
ICS=Creditor Identifier - ICS
|
||||||
ICSTransfer=Creditor Identifier CI for bank transfer
|
|
||||||
END_TO_END="EndToEndId" SEPA XML tag - Unique id assigned per transaction
|
END_TO_END="EndToEndId" SEPA XML tag - Unique id assigned per transaction
|
||||||
USTRD="Unstructured" SEPA XML tag
|
USTRD="Unstructured" SEPA XML tag
|
||||||
ADDDAYS=Add days to Execution Date
|
ADDDAYS=Add days to Execution Date
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user