mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-15 20:30:33 +00:00
feat(design): fix issues in sidebar design.
feat(sales): reference number auto-increment optimizations. fix(payments): payment receive/made statement.
This commit is contained in:
@@ -472,7 +472,7 @@ export function transactionNumber(prefix, number) {
|
||||
if (number) {
|
||||
codes.push(number);
|
||||
}
|
||||
return codes.join('-');
|
||||
return codes.join('');
|
||||
}
|
||||
|
||||
export function safeCallback(callback, ...args) {
|
||||
|
||||
Reference in New Issue
Block a user