Esempio n. 1
0
 /**
  * Store the customer and article group discount rates after editing
  * @return    boolean             True on success, false otherwise
  * @author    Reto Kohli <*****@*****.**>
  */
 function store_discount_customer()
 {
     return Discount::storeDiscountCustomer($_POST['discountRate']);
 }