mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 13:20:31 +00:00
feat: Assign default pdf template automatically
This commit is contained in:
@@ -314,3 +314,7 @@ export interface CreditNotePdfTemplateAttributes {
|
||||
showCreditNoteDate: boolean;
|
||||
creditNoteDateLabel: string;
|
||||
}
|
||||
|
||||
export interface ICreditNoteState {
|
||||
defaultTemplateId: number;
|
||||
}
|
||||
Reference in New Issue
Block a user