Skip to content

Commit

Permalink
fix: removed unusual comments
Browse files Browse the repository at this point in the history
  • Loading branch information
AbleKSaju committed Aug 13, 2024
1 parent e2d6c2a commit 3e10ba6
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions models/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -287,16 +287,6 @@ export function getLeadStatusColumn(): ColumnConfig {
};
}

// export async function createCustomer(fyo: Fyo, doc: Doc) {
// const partyDoc = fyo.doc.getNewDoc(ModelNameEnum.Party, {
// ...doc.getValidDict(),
// fromLead: doc.name,
// phone: doc.mobile as string,
// role: 'Customer',
// });
// return partyDoc;
// }

export const statusColor: Record<
DocStatus | InvoiceStatus | LeadStatus,
string | undefined
Expand Down

0 comments on commit 3e10ba6

Please sign in to comment.