new build 606

This commit is contained in:
Mohit Panjwani
2022-03-06 12:39:21 +05:30
parent 7275f3dd47
commit 18507ddb6f
112 changed files with 438 additions and 412 deletions

View File

@ -124,7 +124,6 @@ test('update settings', function () {
});
test('update settings without currency setting', function () {
$settings = [
'notification_email' => 'noreply@crater.in',
];
@ -144,7 +143,7 @@ test('update settings without currency setting', function () {
}
});
test('update currency settings after company has currency and transactions is not allowed', function () {
test('update currency settings after company has currency and transactions is not allowed', function () {
$settings = [
'currency' => 1,
];