mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-28 12:11:08 -04:00
remove console log
This commit is contained in:
@ -478,7 +478,6 @@ function syncItemToStore() {
|
|||||||
if (!itemTaxes) {
|
if (!itemTaxes) {
|
||||||
itemTaxes = []
|
itemTaxes = []
|
||||||
}
|
}
|
||||||
console.log('syncItemToStore', itemTaxes)
|
|
||||||
|
|
||||||
let data = {
|
let data = {
|
||||||
...props.store[props.storeProp].items[props.index],
|
...props.store[props.storeProp].items[props.index],
|
||||||
|
|||||||
@ -263,7 +263,6 @@ const itemWiseTaxes = computed(() => {
|
|||||||
if (found) {
|
if (found) {
|
||||||
found.amount += tax.amount
|
found.amount += tax.amount
|
||||||
} else if (tax.tax_type_id) {
|
} else if (tax.tax_type_id) {
|
||||||
console.log(tax, 'getting the tax here')
|
|
||||||
taxes.push({
|
taxes.push({
|
||||||
tax_type_id: tax.tax_type_id,
|
tax_type_id: tax.tax_type_id,
|
||||||
amount: tax.amount,
|
amount: tax.amount,
|
||||||
|
|||||||
Reference in New Issue
Block a user