This commit is contained in:
2021-02-15 19:03:11 +09:00
parent 8a4615b5a8
commit 99d5ef9220

View File

@@ -137,7 +137,7 @@ class FinanceHelper {
if(isset($entry['tax_receiver_id'])) {
$awj->tax_receiver_id = $entry['tax_receiver_id'];
}
$awj-save();
$awj->save();
}