Add the quick / direct writing ability
This commit is contained in:
parent
15ce1362e9
commit
26afef570a
28 changed files with 656 additions and 122 deletions
|
|
@ -29,10 +29,16 @@ require_once ('class_pre_operation.php');
|
|||
/*---------------------------------------------------------------------- */
|
||||
class Pre_op_ach extends Pre_operation_detail {
|
||||
var $op;
|
||||
function __construct($cn) {
|
||||
parent::__construct($cn);
|
||||
|
||||
$this->operation->od_direct='f';
|
||||
}
|
||||
|
||||
function get_post() {
|
||||
echo_debug(__FILE__.':'.__LINE__.'- ','get_post');
|
||||
parent::get_post();
|
||||
$this->operation->od_direct='f';
|
||||
$this->e_client=$_POST['e_client'];
|
||||
for ($i=0;$i<$this->operation->nb_item;$i++) {
|
||||
$march="e_march".$i;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue