=================================================================== RCS file: /cvs/RT/Invoicing/test.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- RT/Invoicing/test.pl 2011/03/19 23:27:16 1.1 +++ RT/Invoicing/test.pl 2011/03/20 02:34:42 1.2 @@ -1,5 +1,5 @@ #!/usr/bin/perl -# $AFresh1$ +# $AFresh1: test.pl,v 1.1.1.1 2011/03/19 22:27:16 andrew Exp $ use strict; use warnings; @@ -46,14 +46,17 @@ { id => 60, title => '60: A Special Project', + detail => 'Requestors jdoe@example.net', fees => [ { contents => '2011-01-01: Talk a lot (727)', + detail => 'This is detail about 727', count => 0.33, rate => 75, }, { contents => '2011-01-15: Write Stuff (730)', + detail => 'This is detail about 730', count => 1.5, rate => 100, }, @@ -72,6 +75,7 @@ { id => 65, title => '65: More work!', + detail => 'Requestors jdoe@example.net', fees => [ { contents => '2011-01-06: Define Project (751)', @@ -108,6 +112,7 @@ { id => 85, title => '85: Replace stuff', + detail => 'Requestors maintenance@example.net', fees => [ { contents => '2011-01-13: Go unplug, replace, replug (834)',