]> git.sur5r.net Git - c128-kasse/blobdiff - include/config.h
right-align price in header
[c128-kasse] / include / config.h
index fb2fd1bc613fe700d5ed02ad5c3388c6f2f0fc09..dfba87e18f61a4ae5b7ac9865d1fba46af0e1758 100644 (file)
@@ -3,7 +3,7 @@
 #ifndef CONFIG_H_
 #define CONFIG_H_
 
-#define MAX_ITEMS 16
+#define MAX_ITEMS 32
 #define MAX_ITEM_NAME_LENGTH 9
 #define MAX_CREDIT_ITEMS 75
 #define CREDITS_PER_PAGE 10
@@ -25,6 +25,7 @@ struct status_t {
 
 struct status_array_t {
        BYTE num_items;
+       unsigned int transaction_id;
        struct status_t status[MAX_ITEMS];
 };