mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Update card.php Bad translation Key for demand_reason (#30486)
The Right translation for Demand Reason is Source as it was defined line 2615
This commit is contained in:
parent
7d996cf59f
commit
d8a9ae3961
|
|
@ -1954,7 +1954,7 @@ if ($action == 'create' && $usercancreate) {
|
|||
}
|
||||
|
||||
// Source / Channel - What trigger creation
|
||||
print '<tr><td>'.$langs->trans('Channel').'</td><td>';
|
||||
print '<tr><td>'.$langs->trans('Source').'</td><td>';
|
||||
print img_picto('', 'question', 'class="pictofixedwidth"');
|
||||
$form->selectInputReason((GETPOSTISSET('demand_reason_id') ? GETPOST('demand_reason_id') : $demand_reason_id), 'demand_reason_id', '', 1, 'maxwidth200 widthcentpercentminusx');
|
||||
print '</td></tr>';
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user