codekerala / laravel-vue-js-spa-invoice

52 stars 38 forks source link

Bug when editing an existing invoice , cannot add new invoice items #1

Open tom76dc opened 6 years ago

tom76dc commented 6 years ago

Hi, I'm new to laraval, coming from cakephp. This tutorial is very nice, but it has a bug in the backend.

When you edit an existing invoice, and you add another invoice item line. This item never gets added. Only the existing invoice items are updated.

I'm new to the framework and not experienced enough to find the bug myself,

regards, Tom

anishdcruz commented 6 years ago

Thanks @tom76dc , It must be in storeMany method in HasManyRelation.php

Let me check.