copy_obj.deposit(0);
copy_obj.price(0);
copy_obj.deposit_amount(0);
- copy_obj.fine_level(2);
- copy_obj.loan_duration(2);
- copy_obj.location(1);
- copy_obj.status(0);
+ copy_obj.fine_level(2); // Normal
+ copy_obj.loan_duration(2); // Normal
+ copy_obj.location(1); // Stacks
+ copy_obj.status(5); // In Process
copy_obj.circulate(get_db_true());
copy_obj.holdable(get_db_true());
copy_obj.opac_visible(get_db_true());
copy_obj.deposit(0);
copy_obj.price(0);
copy_obj.deposit_amount(0);
- copy_obj.fine_level(2);
- copy_obj.loan_duration(2);
- copy_obj.location(1);
- copy_obj.status(0);
+ copy_obj.fine_level(2); // Normal
+ copy_obj.loan_duration(2); // Normal
+ copy_obj.location(1); // Stacks
+ copy_obj.status(5); // In Process
copy_obj.circulate(get_db_true());
copy_obj.holdable(get_db_true());
copy_obj.opac_visible(get_db_true());
copy.deposit(0);
copy.price(0);
copy.deposit_amount(0);
- copy.fine_level(2);
- copy.loan_duration(2);
- copy.location(1);
- copy.status(5);
+ copy.fine_level(2); // Normal
+ copy.loan_duration(2); // Normal
+ copy.location(1); // Stacks
+ copy.status(5); // In Process
copy.circulate(get_db_true());
copy.holdable(get_db_true());
copy.opac_visible(get_db_true());