Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Robert Spencer
wiaflos
Commits
fc362357
Commit
fc362357
authored
Dec 05, 2016
by
Nigel Kukard
Browse files
Merge branch 'sqlfix' into 'master'
Fixed SQL syntax error in invoicing core class See merge request
!26
parents
976f7523
b73d47e2
Changes
1
Hide whitespace changes
Inline
Side-by-side
wiaflos/server/core/Invoicing.pm
View file @
fc362357
...
...
@@ -353,9 +353,9 @@ sub getInvoiceItems
invoice_items.ID, invoice_items.SerialNumber, invoice_items.InventoryID, invoice_items.Description,
invoice_items.Quantity, invoice_items.Unit, invoice_items.UnitPrice, invoice_items.Price,
invoice_items.Discount, invoice_items.DiscountAmount, invoice_items.TaxMode, invoice_items.TaxRate,
invoice_items.TaxAmount
invoice_items.TaxAmount
,
inventory.Code AS InventoryCode
,
inventory.Code AS InventoryCode
FROM
invoice_items, inventory
WHERE
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment