File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ class AssociationTypes
1212 public const PRIMARY_COMPANY_TO_DEAL = 6 ;
1313 public const CONTACT_TO_TICKET = 15 ;
1414 public const TICKET_TO_CONTACT = 16 ;
15- public const DEAL_TOLINE_ITEM = 19 ;
15+ public const DEAL_TO_LINE_ITEM = 19 ;
1616 public const LINE_ITEM_TO_DEAL = 20 ;
1717 public const PRIMARY_COMPANY_TO_TICKET = 25 ;
1818 public const PRIMARY_TICKET_TO_COMPANY = 26 ;
@@ -21,7 +21,7 @@ class AssociationTypes
2121 public const DEAL_TO_QUOTE = 63 ;
2222 public const QUOTE_TO_DEAL = 64 ;
2323 public const QUOTE_TO_LINE_ITEM = 67 ;
24- public const LINE_ITEM_TO_TO_QUOTE = 68 ;
24+ public const LINE_ITEM_TO_QUOTE = 68 ;
2525 public const QUOTE_TO_CONTACT = 69 ;
2626 public const CONTACT_TO_QUOTE = 70 ;
2727 public const QUOTE_TO_COMPANY = 71 ;
You can’t perform that action at this time.
0 commit comments