summaryrefslogtreecommitdiff
path: root/bin/pos.pl
diff options
context:
space:
mode:
Diffstat (limited to 'bin/pos.pl')
-rw-r--r--bin/pos.pl6
1 files changed, 0 insertions, 6 deletions
diff --git a/bin/pos.pl b/bin/pos.pl
index bf00ab0b..5eb0754a 100644
--- a/bin/pos.pl
+++ b/bin/pos.pl
@@ -65,11 +65,6 @@ sub custom_send_to_pd{
close SOCK;
}
-sub on_update{
- &custom_send_to_pd;
- &custom_check_alert;
-}
-
sub open_drawer{
require "pos.conf.pl";
open (PRINTER, "|-", ${'LedgerSMB::Sysconfig::printer'}{Printer});
@@ -947,7 +942,6 @@ sub print {
sub print_form {
my $old_form = shift;
- &open_drawer;
# if oldcustomer ne customer redo form
$customer = $form->{customer};