Changeset 35470 for trunk/PS-IPP-PStamp
- Timestamp:
- May 1, 2013, 6:37:50 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/PS-IPP-PStamp/lib/PS/IPP/PStamp/Job.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/PS-IPP-PStamp/lib/PS/IPP/PStamp/Job.pm
r35467 r35470 497 497 my $stack_type = $row->{RUN_TYPE}; 498 498 if (!isnull($stack_type)) { 499 $command .= " -stack_type $stack_type"; 499 if (lc($stack_type) eq 'notnightly') { 500 $command .= " -stack_type deep -stack_type reference"; 501 } else { 502 $command .= " -stack_type $stack_type"; 503 } 500 504 } 501 505 } else {
Note:
See TracChangeset
for help on using the changeset viewer.
