Skip to content

Commit 7542f76

Browse files
committed
commit after pincode filter and weekly supply
1 parent ccc3a7d commit 7542f76

File tree

7 files changed

+3
-1
lines changed

7 files changed

+3
-1
lines changed

backend/modules/circulation/models/Agency.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,8 +349,10 @@ public function beforeSave($insert)
349349
$this->account_id=$mystate.'|'.$atype.'|'.$num;
350350
if($atyp=='Single'){
351351
$this->billing_id=$mystate.'|'.$atype.'|'.$num;
352-
}else{
352+
}elseif($atyp=='Combined'){
353353
$this->billing_id=$this->agency_combined_id;
354+
}else{
355+
$this->billing_id=$this->account_id;
354356
}
355357

356358

92.9 KB
Binary file not shown.
92.9 KB
Binary file not shown.
92.9 KB
Binary file not shown.
92.9 KB
Binary file not shown.
92.9 KB
Binary file not shown.
92.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)