https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20292

Marcel de Rooy <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Signed Off                  |Failed QA
                 CC|                            |[email protected]

--- Comment #9 from Marcel de Rooy <[email protected]> ---
+            $resp .= add_field( FID_FEE_AMT, $status->fee_amount, $server );
+            $resp .= maybe_add( FID_CURRENCY,       $status->sip_currency,
$server );
+            $resp .= maybe_add( FID_FEE_TYPE,       $status->sip_fee_type,
$server );
+            $resp .= maybe_add( FID_TRANSACTION_ID, $status->transaction_id,
$server );

I have some doubts here. Will this work if people add such fields to the hidden
list? Or should these be added no matter what? So moved to add_field?
Maybe there are more ?

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to