External borrow
in Predefined permission
) is set so that during checking out of a chemical container by this account, a pop-up window would open and ask for the specific info (borrower’s name, group, contact info, and the group member assisting during checkout). This info is then saved into the history entry of that exact checkout event.chemdraw
folder​lib_customization.your-school-name.php
with your-school-name is short or abbreviation of your school name. Use lib_customization.mit.php
for an examplelib_customization.your-school-name.php
after $default_g_settings["order_system"]="fundp";
:lib_global_settings.php
by:define("customization",""); // Customization to use: f.e.: ".sample" for use of "lib_customization.sample.php", and "" for "lib_customization.php"
define("customization",".your-school-name"); // Customization to use: f.e.: ".sample" for use of "lib_customization.sample.php", and "" for "lib_customization.php"
. Notice there is a period (.) in front of "your-school-name".sidenav.php
by:showSideLink(array("url" => "import_edit.php","text" => s("import_edit_tab_sep"), "target" => "mainpage", ));
. On this line: if (in_array($g_settings["customization"], array("baylor", "mit"), true)) {
add "your-school-name"
(the same as "your-school-name" set in lib_customization.your-school-name.php
) right at the end of the array list of institutions. For example:\n
character, making the barcodes inaccurate. The fix will trim all the white space \t\n
on the right side of the input column