mining taxes stuff

This commit is contained in:
2021-02-12 03:41:23 +09:00
parent 8178327828
commit 62f661efa5
6 changed files with 51 additions and 14 deletions

View File

@@ -25,5 +25,6 @@ class Ledger extends Model
'quantity',
'amount',
'invoiced',
'invoice_id',
];
}