Corrected link in README.md

This commit is contained in:
objecttothis
2022-11-28 12:45:52 +04:00
committed by jekkos
parent 4123d9d8f7
commit 1dd58e922f
288 changed files with 9131 additions and 15582 deletions

View File

@@ -252,7 +252,7 @@ class Tax_code extends Model
}
else
{
return config('OSPOS')->default_tax_code;
return config('OSPOS')->settings['default_tax_code'];
}
}