From 097f49f257fcfac5d55f72aead26014e464f9970 Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Tue, 26 Feb 2019 12:48:51 +0100 Subject: [PATCH] added COPY prices, tested copy works --- terminal-server.pl | 1 + 1 file changed, 1 insertion(+) 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 }; -- 2.20.1