WIP: customer form styling.

fix: journal increment number settings.
This commit is contained in:
Ahmed Bouhuolia
2020-11-07 22:01:10 +02:00
parent 9b6b2e67db
commit 1ff2d924d0
25 changed files with 1037 additions and 606 deletions

View File

@@ -11,7 +11,7 @@ import DependencyGraph from 'lib/DependencyGraph';
export default class Account extends TenantModel {
/**
* Table name
* Table name.
*/
static get tableName() {
return 'accounts';