mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 14:20:31 +00:00
fix: change the min lines of entries.
This commit is contained in:
@@ -16,7 +16,7 @@ import {
|
||||
ensureEntriesHaveEmptyLine,
|
||||
} from 'containers/Entries/utils';
|
||||
|
||||
export const MIN_LINES_NUMBER = 4;
|
||||
export const MIN_LINES_NUMBER = 1;
|
||||
|
||||
export const defaultReceiptEntry = {
|
||||
index: 0,
|
||||
|
||||
Reference in New Issue
Block a user