Contact Card text styling..

This commit is contained in:
Cüneyt Şentürk
2021-01-04 15:52:55 +03:00
parent 4a3ac3ac4e
commit 4b80655229
3 changed files with 7 additions and 13 deletions

View File

@ -420,16 +420,10 @@ abstract class DocumentForm extends Component
case 'bill':
case 'expense':
case 'purchase':
$textEditContact = [
'general.form.contact_edit',
'general.vendors'
];
$textEditContact = 'general.form.edit';
break;
default:
$textEditContact = [
'general.form.contact_edit',
'general.customers'
];
$textEditContact = 'general.form.edit';
break;
}