mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 21:00:31 +00:00
fix: assign contacts customer/vendor in make jorunal.
This commit is contained in:
@@ -25,7 +25,6 @@ export interface IManualJournalEntry {
|
||||
accountId: number;
|
||||
note: string;
|
||||
contactId?: number;
|
||||
contactType?: string;
|
||||
}
|
||||
|
||||
export interface IManualJournalEntryDTO {
|
||||
@@ -35,7 +34,6 @@ export interface IManualJournalEntryDTO {
|
||||
accountId: number;
|
||||
note: string;
|
||||
contactId?: number;
|
||||
contactType?: string;
|
||||
}
|
||||
|
||||
export interface IManualJournalDTO {
|
||||
|
||||
Reference in New Issue
Block a user