Ignore old sales_dm table for unpaid receipts
authorJoey Schulze <joey@infodrom.org>
Mon, 19 Dec 2011 20:14:59 +0000 (20:14 +0000)
committerJoey Schulze <joey@infodrom.org>
Mon, 19 Dec 2011 20:14:59 +0000 (20:14 +0000)
src/InfoCon/buch/infocon

index d1c7592..ff346ba 100755 (executable)
@@ -474,8 +474,6 @@ sub buchung_hidden
 
 sub buchung_unpaid
 {
 
 sub buchung_unpaid
 {
-    $table = "sales_dm";
-    sales_list("paid = 0");
     $table = "sales";
     sales_list("paid = 0");
     exit;
     $table = "sales";
     sales_list("paid = 0");
     exit;