added requests and some old commands

This commit is contained in:
2021-03-08 18:43:21 +09:00
parent 8d658aef1f
commit acb66d4a66
8 changed files with 90 additions and 302 deletions
+1 -1
View File
@@ -127,7 +127,7 @@ class FinanceHelper {
if(isset($entry['first_party_id'])) {
$awj->first_party_id = $entry['first_party_id'];
}
if(isset($entry['rason'])) {
if(isset($entry['reason'])) {
$awj->reason = $entry['reason'];
}
if(isset($entry['ref_type'])) {