www/prod_archive_code.php

Wed, 19 Aug 2020 17:13:24 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Wed, 19 Aug 2020 17:13:24 +0200
changeset 710
9646123ea063
parent 292
90cd3798edc2
permissions
-rw-r--r--

Fixed st_category_namber to be an integer value instead of float. The calc_acid in a new recipe is integer. Added missing wg_ and wb_ fields in a new recipe.

<?php
require_once($_SERVER['DOCUMENT_ROOT'].'/includes/global.inc.php');
page_header('Producten archief op code', 'prod_archive_code');
?>

   <div id="jqxgrid"></div>
    <div style="margin-top: 30px;">
    <div id="cellbegineditevent"></div>
    <div style="margin-top: 10px;" id="cellendeditevent"></div>
   </div>

<?php
page_footer();
?>

mercurial