Data structures prepared for VAT.

This commit is contained in:
2016-05-26 16:30:45 +02:00
parent 9fbf216bba
commit 7b9bc06c52
9 changed files with 77 additions and 2 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ VoucherItem::VoucherItem(QObject *parent) : QObject(parent)
m_unitPrice = 0;
m_count = 0;
m_refId = 0;
m_vatType = Enums::HIGH;
m_vatType = Enums::NONE;
}
int VoucherItem::id() const