mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Lowercase ty in QTY, fixed issue in setup where it would not take the selected currency type
This commit is contained in:
@@ -198,7 +198,7 @@ if(isset($_GET['quote_id'])){
|
||||
<th class="d-print-none"></th>
|
||||
<th>Item</th>
|
||||
<th>Description</th>
|
||||
<th class="text-center">QTY</th>
|
||||
<th class="text-center">Qty</th>
|
||||
<th class="text-right">Price</th>
|
||||
<th class="text-right">Tax</th>
|
||||
<th class="text-right">Total</th>
|
||||
@@ -738,4 +738,4 @@ var docDefinition = {
|
||||
}
|
||||
};
|
||||
|
||||
</script>
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user