From: Dobrica Pavlinusic Date: Tue, 26 Feb 2019 11:48:51 +0000 (+0100) Subject: added COPY prices, tested copy works X-Git-Url: http://git.rot13.org/?p=safeq;a=commitdiff_plain;h=097f49f257fcfac5d55f72aead26014e464f9970 added COPY prices, tested copy works --- diff --git a/terminal-server.pl b/terminal-server.pl index 6ea1a23..5d425ec 100755 --- a/terminal-server.pl +++ b/terminal-server.pl @@ -25,6 +25,7 @@ my $prices = { BW => 0.0, # just paper cost COLOR => 3.99, # FIXME DUPLEX => -0.05, + COPY => 0, # no additional price other than paper };