typo in bill item job
This commit is contained in:
		@@ -66,8 +66,8 @@ class CreateBillItem extends Job
 | 
				
			|||||||
                        $tax_amount = $tax->rate * (double) $this->request['quantity'];
 | 
					                        $tax_amount = $tax->rate * (double) $this->request['quantity'];
 | 
				
			||||||
 | 
					
 | 
				
			||||||
                        $item_taxes[] = [
 | 
					                        $item_taxes[] = [
 | 
				
			||||||
                            'company_id' => $this->invoice->company_id,
 | 
					                            'company_id' => $this->bill->company_id,
 | 
				
			||||||
                            'invoice_id' => $this->invoice->id,
 | 
					                            'bill_id' => $this->bill->id,
 | 
				
			||||||
                            'tax_id' => $tax_id,
 | 
					                            'tax_id' => $tax_id,
 | 
				
			||||||
                            'name' => $tax->name,
 | 
					                            'name' => $tax->name,
 | 
				
			||||||
                            'amount' => $tax_amount,
 | 
					                            'amount' => $tax_amount,
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user