1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 16:31:33 +02:00
invoiceninja/app/Http
Adam Engebretson 303de7a0b6 Allow zero-costs
Currently, the `parepareItem` method checks to see if the cost and notes evaluate to false. If so, it checks from the product list.

However, we need the ability to set cost to zero explicitly through the API. This allows a user to pass null, which will use the default. Otherwise, passing 0 will persist.
2015-11-05 12:39:33 -06:00
..
Controllers Allow zero-costs 2015-11-05 12:39:33 -06:00
Middleware Working on the API 2015-11-02 20:43:22 +02:00
Requests Added 'apply credit' action 2015-11-04 09:48:47 +02:00
Kernel.php Updating design 2015-04-22 22:21:04 +03:00
routes.php Added system settings page 2015-11-04 15:57:59 +02:00