summaryrefslogtreecommitdiff
path: root/FS/FS/export_svc.pm
AgeCommit message (Collapse)Author
2005-11-21when editing exports and there's a duplicate error, show all conflicting ↵ivan
accounts not just the ones for different customers
2005-05-11new progressbar display causes a silly error in edge case where no dup ↵ivan
checking necessary, closes: Bug#1226
2005-02-24add progressbar to service definition add - duplicate checking can take a ↵ivan
while, closes: Bug#1126
2004-09-16add uid to mass duplicate checking on export changes, fix bug in new export ↵ivan
editing, error message includes the number of duplicate customers also
2004-09-04first try at duplicate checking on new export associationsivan
2004-08-14first try at duplicate checking on new export associationsivan
2003-08-05Virtual field mergekhoff
2002-04-11(almost) everything for bug#375 - create export_svc table - part_svc toivan
part_export is now properly many-to-many, not one-to-many still need to finish service editing (choosing exports) in httemplate/edit/part_svc.cgi and httemplate/edti/process/part_svc.cgi and do somethinga about that manual $svcdb = 'svc_acct' in httemplate/edit/part_export.cgi (do part_export records need a svcdb? probably not... should be able to just pass an svcdb on creation of new exports, move the big %exports hash into part_export.pm and allow httemplate/edit/part_svc.cgi to query it for exports that can apply to a given svcdb....